Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/Config.x86_common
    ... ... @@ -44,7 +44,10 @@ endif
    44 44
     
    
    45 45
     CPPFLAGS := $(CPP_DEFINE_OPTIONS) $(CPP_INCLUDE_OPTIONS) 
    
    46 46
     CFLAGS += -Wstrict-prototypes -Wall -g -fno-omit-frame-pointer
    
    47
    -CFLAGS += -O2
    
    47
    +
    
    48
    +# gcc 8.1.1 and 8.3.1 (and probably anything after 8.1.1?) won't
    
    49
    +# produce a working lisp with -O2.  Just use -O1.
    
    50
    +CFLAGS += -O1
    
    48 51
     ASFLAGS = -g 
    
    49 52
     
    
    50 53
     ASSEM_SRC = x86-assem.S