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:26:50 +1000
commite780d1e073652cef4e54ee75da728791a04326b2 (patch)
treed5a64eba9b1821893ba10e541cad62dad798e80d
parent4f90ef8354824da60706424792e5ad5890e50c62 (diff)
downloadffi-e780d1e073652cef4e54ee75da728791a04326b2.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