Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r56f260a r911cc4f  
    135135        [ -z "$CFLAGS" ] && CFLAGS=-g
    136136        echo 'DEBUG=1' >> Makefile.settings
    137         echo '#define DEBUG' >> config.h
     137        CFLAGS="$CFLAGS -DDEBUG"
    138138else
    139139        [ -z "$CFLAGS" ] && CFLAGS="-O2 -fno-strict-aliasing"
Note: See TracChangeset for help on using the changeset viewer.