summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2012-08-09 23:23:30 +1000
committerWayne Meissner <wmeissner@gmail.com>2012-08-09 23:23:30 +1000
commit907d95f50a8e4b52c0d14e96d88fc81128e33bed (patch)
treeec986cc775df2de295c0a61824b05e969598b2d8
parent8cb64c6d488dbef3a52dc9dbdf189e1d5c7ebe93 (diff)
downloadffi-907d95f50a8e4b52c0d14e96d88fc81128e33bed.tar.gz
Force frame-pointer generation on libtest
-rw-r--r--libtest/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtest/GNUmakefile b/libtest/GNUmakefile
index 32a5c05..a7ba9e6 100644
--- a/libtest/GNUmakefile
+++ b/libtest/GNUmakefile
@@ -33,7 +33,7 @@ TEST_OBJS := $(patsubst $(SRC_DIR)/%.c, $(TEST_BUILD_DIR)/%.o, $(TEST_SRCS))
#
# Compiler/linker flags from:
# http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
-JFLAGS = -fomit-frame-pointer -fno-strict-aliasing
+JFLAGS = -fno-omit-frame-pointer -fno-strict-aliasing
OFLAGS = -O2 $(JFLAGS)
WFLAGS = -W -Wall -Wno-unused -Wno-parentheses
PICFLAGS = -fPIC