Changeset 285b55d
- Timestamp:
- 2007-10-10T22:45:19Z (17 years ago)
- Branches:
- master
- Children:
- d444c09
- Parents:
- 1186382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r1186382 r285b55d 140 140 141 141 if [ "$debug" = "1" ]; then 142 echo 'CFLAGS=-g' >> Makefile.settings142 [ -z "$CFLAGS" ] && CFLAGS=-g 143 143 echo 'DEBUG=1' >> Makefile.settings 144 144 echo '#define DEBUG' >> config.h 145 145 else 146 echo 'CFLAGS=-O3' >> Makefile.settings 147 fi 148 146 [ -z "$CFLAGS" ] && CFLAGS=-O3 147 fi 148 149 echo CFLAGS=$CFLAGS >> Makefile.settings 149 150 echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings 150 151
Note: See TracChangeset
for help on using the changeset viewer.