Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

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