Turn off optimizations. I'm tired of having to edit this file and

rebuild to get a working core file.
This commit is contained in:
Josh Elsasser 2007-03-04 23:05:18 +00:00
parent 258d61e1c9
commit d1ea6d88d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# $Id$
TMPCFLAGS = -g -Wall -W -O3 -funroll-loops -D_FILE_OFFSET_BITS=64 \
TMPCFLAGS = -g -Wall -W -O0 -funroll-loops -D_FILE_OFFSET_BITS=64 \
-D_LARGEFILE_SOURCE -D_GNU_SOURCE \
-DSYS_$(shell echo $(SYSTEM) | tr a-z A-Z)
TMPCXXFLAGS = $(TMPCFLAGS)