lang/scm: enable -O optimization on i386.
The port keeps failing self-tests on the 32-bit platform. Maybe, it will compile better with -O...
This commit is contained in:
parent
684e0e073b
commit
3f6e7475e6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ MAKE_JOBS_UNSAFE= yes
|
|||
CFLAGS:= ${CFLAGS:N-O*} -O0
|
||||
CFLAGS+= -Wall -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wcast-qual
|
||||
CFLAGS+= -Wno-unused-label -Wno-uninitialized
|
||||
CFLAGS_i386= -O
|
||||
|
||||
SUB_FILES= require.scm
|
||||
|
||||
|
|
Loading…
Reference in a new issue