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:
Mikhail Teterin 2024-01-12 22:38:42 -05:00
parent 684e0e073b
commit 3f6e7475e6

View file

@ -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