Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/Config.x86_linux
    1 1
     # -*- Mode: makefile -*-
    
    2 2
     include Config.x86_common
    
    3 3
     
    
    4
    -# gcc 8.1.1 and 8.3.1 (and probably anything after 8.1.1?) won't
    
    5
    -# produce a working lisp with -O2.  Just use -O1.
    
    6
    -COPT = -O2
    
    7 4
     CFLAGS += $(COPT)
    
    8 5
     CPPFLAGS += -m32 -D__NO_CTYPE -D_GNU_SOURCE
    
    9 6
     CFLAGS += -rdynamic  -march=pentium4 -mfpmath=sse -mtune=generic