This commit is contained in:
dborth 2011-01-28 04:03:04 +00:00
parent b1e0effdb0
commit 817557d88b
2 changed files with 18 additions and 18 deletions

View File

@ -36,7 +36,7 @@ CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) \
-fomit-frame-pointer \
-Wno-unused-parameter -Wno-strict-aliasing -Wno-parentheses
CXXFLAGS = $(CFLAGS)
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--cref
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with