freezeLoader() sooner in PackLinuxElf32x86::buildLinuxLoader()

This commit is contained in:
John Reiser
2006-06-21 17:08:58 -07:00
parent 9181bcd9a7
commit b13f7366cf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ ifeq ($(firstword $(CXX)),g++)
USE_GNUC ?= 1
endif
ifeq ($(USE_GNUC),1)
CXXFLAGS += -O2 -MMD
##CXXFLAGS += -O0 -g -MMD
##CXXFLAGS += -O2 -MMD
CXXFLAGS += -O0 -g -MMD
CXXFLAGS += -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Werror
##CXXFLAGS += -Wshadow
endif