summaryrefslogtreecommitdiff
path: root/ft2.target.darwin-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ft2.target.darwin-x86.mk')
-rw-r--r--ft2.target.darwin-x86.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/ft2.target.darwin-x86.mk b/ft2.target.darwin-x86.mk
index f6b417c..36b186f 100644
--- a/ft2.target.darwin-x86.mk
+++ b/ft2.target.darwin-x86.mk
@@ -54,6 +54,7 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -147,6 +148,7 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -173,9 +175,7 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer \
- -fno-unwind-tables \
- -fno-asynchronous-unwind-tables
+ -fomit-frame-pointer
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \