Changeset 73fad25 for libcfa/configure


Ignore:
Timestamp:
Oct 4, 2019, 9:38:05 AM (5 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:
19858f6
Parents:
a094f13
Message:

Removed -Og since it doesn't really work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    ra094f13 r73fad25  
    30003000case $CONFIGURATION in
    30013001        "debug"   )
    3002                 CONFIG_CFLAGS="-Og -g"
     3002                CONFIG_CFLAGS="-O0 -g"
    30033003                CONFIG_CFAFLAGS="-debug"
    30043004                CONFIG_BUILDLIB="yes"
Note: See TracChangeset for help on using the changeset viewer.