Raymond Toy pushed to branch issue-85-opt-level-set-in-x86-config at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/Config.x86_freebsd
    ... ... @@ -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 &