filter 0x51 (ARM call trick, big-endian at compress time)

This commit is contained in:
John Reiser
2006-06-16 06:49:37 -07:00
parent fa702b48e3
commit fd2b9a6e21
5 changed files with 115 additions and 67 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ ifeq ($(firstword $(CXX)),g++)
USE_GNUC ?= 1
endif
ifeq ($(USE_GNUC),1)
CXXFLAGS += -O2 -MMD
#CXXFLAGS += -O2 -MMD
CXXFLAGS += -g -MMD
CXXFLAGS += -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Werror
endif
CPPFLAGS += $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)