Changeset 65e10b2


Ignore:
Timestamp:
Oct 9, 2019, 4:22:04 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ecc0fec
Parents:
19858f6
Message:

Forgot we have a bug with O0. This should fix the build

Location:
libcfa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r19858f6 r65e10b2  
    30003000case $CONFIGURATION in
    30013001        "debug"   )
    3002                 CONFIG_CFLAGS="-O0 -g"
     3002                CONFIG_CFLAGS="-Og -g"
    30033003                CONFIG_CFAFLAGS="-debug"
    30043004                CONFIG_BUILDLIB="yes"
  • libcfa/configure.ac

    r19858f6 r65e10b2  
    6868case $CONFIGURATION in
    6969        "debug"   )
    70                 CONFIG_CFLAGS="-O0 -g"
     70                CONFIG_CFLAGS="-Og -g"
    7171                CONFIG_CFAFLAGS="-debug"
    7272                CONFIG_BUILDLIB="yes"
Note: See TracChangeset for help on using the changeset viewer.