Changeset 4dda9e4 for configure


Ignore:
Timestamp:
2013-12-20T18:58:41Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
cc17b76
Parents:
cb16fe9
Message:

Fix building of debug binaries (partially broken by changeset:devel,253).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rcb16fe9 r4dda9e4  
    196196
    197197if [ "$debug" = "1" ]; then
    198         [ -z "$CFLAGS" ] && CFLAGS=-g
    199198        echo 'DEBUG=1' >> Makefile.settings
    200         CFLAGS="$CFLAGS -DDEBUG"
     199        CFLAGS="$CFLAGS -g -DDEBUG"
    201200else
    202201        [ -z "$CFLAGS" ] && CFLAGS="-O2 -fno-strict-aliasing"
Note: See TracChangeset for help on using the changeset viewer.