Raymond Toy pushed to branch issue-85-opt-level-set-in-x86-config at cmucl / cmucl
Commits: d1c5289e by Raymond Toy at 2020-08-26T17:12:40-07:00 Fix typo
- - - - - 38372fd9 by Raymond Toy at 2020-08-26T17:14:30-07:00 Fix typo
- - - - -
1 changed file:
- src/lisp/Config.x86_freebsd
Changes:
===================================== src/lisp/Config.x86_freebsd ===================================== @@ -3,7 +3,7 @@ include Config.x86_common # Set the path to your verison of GCC here. CC = gcc -m32
-CFLAGS += -O2 +CFLAGS += $(COPT) CPPFLAGS += -march=pentium4 -mfpmath=sse
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/449f8ec10cd560b5a1deab1...