[Git][cmucl/cmucl][issue-85-opt-level-set-in-x86-config] 2 commits: Fix typo
Raymond Toy
gitlab at common-lisp.net
Thu Aug 27 00:14:49 UTC 2020
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/449f8ec10cd560b5a1deab17b8f5f16c8b25e2d6...38372fd9739a2aa122ef15bc82d0fac61bf73da3
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/449f8ec10cd560b5a1deab17b8f5f16c8b25e2d6...38372fd9739a2aa122ef15bc82d0fac61bf73da3
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20200827/8205f132/attachment.htm>
More information about the cmucl-cvs
mailing list