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
 - 
38372fd9
by Raymond Toy at 2020-08-26T17:14:30-07:00
 
1 changed file:
Changes:
| ... | ... | @@ -3,7 +3,7 @@ include Config.x86_common | 
| 3 | 3 | 
 # Set the path to your verison of GCC here.
 | 
| 4 | 4 | 
 CC = gcc -m32
 | 
| 5 | 5 | 
 | 
| 6 | 
-CFLAGS += -O2
 | 
|
| 6 | 
+CFLAGS += $(COPT)
 | 
|
| 7 | 7 | 
 CPPFLAGS += -march=pentium4 -mfpmath=sse
 | 
| 8 | 8 | 
 | 
| 9 | 9 | 
 UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
 |