Codebase list pspp / 5f8d12a
set compiler optimization to -O2 for riscv64 pspp fails on ubuntu on the riscv64 architecture. Maybe this is fixed by setting the compiler optimization to -O2 in the same way as for ppc64el. See: #942609 Friedrich Beckmann 3 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3131 export DEB_CFLAGS_MAINT_STRIP += -O3
3232 endif
3333
34 # Lower optimization also for riscv
35 ifeq ($(DEB_HOST_ARCH),riscv64)
36 export DEB_CFLAGS_MAINT_APPEND += -O2
37 export DEB_CFLAGS_MAINT_STRIP += -O3
38 endif
39
3440 %:
3541 dh $@ --with autoreconf,elpa
3642