Skip to content

Commit

Permalink
lang/scm: enable -O optimization on i386.
Browse files Browse the repository at this point in the history
The port keeps failing self-tests on the 32-bit platform.
Maybe, it will compile better with -O...
  • Loading branch information
Mikhail Teterin authored and Mikhail Teterin committed Jan 13, 2024
1 parent 684e0e0 commit 3f6e747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/scm/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 3f6e747

Please sign in to comment.