summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ft2.target.darwin-arm.mk6
-rw-r--r--ft2.target.darwin-mips.mk6
-rw-r--r--ft2.target.darwin-x86.mk6
-rw-r--r--ft2.target.linux-arm.mk6
-rw-r--r--ft2.target.linux-mips.mk6
-rw-r--r--ft2.target.linux-x86.mk6
6 files changed, 14 insertions, 22 deletions
diff --git a/ft2.target.darwin-arm.mk b/ft2.target.darwin-arm.mk
index 6c77251..3d38ca8 100644
--- a/ft2.target.darwin-arm.mk
+++ b/ft2.target.darwin-arm.mk
@@ -78,8 +78,7 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections \
- -funwind-tables
+ -ffunction-sections
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -170,8 +169,7 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer \
- -funwind-tables
+ -fomit-frame-pointer
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
diff --git a/ft2.target.darwin-mips.mk b/ft2.target.darwin-mips.mk
index fda680a..8aa5168 100644
--- a/ft2.target.darwin-mips.mk
+++ b/ft2.target.darwin-mips.mk
@@ -78,8 +78,7 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections \
- -funwind-tables
+ -ffunction-sections
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -170,8 +169,7 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer \
- -funwind-tables
+ -fomit-frame-pointer
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
diff --git a/ft2.target.darwin-x86.mk b/ft2.target.darwin-x86.mk
index 073c551..01244e5 100644
--- a/ft2.target.darwin-x86.mk
+++ b/ft2.target.darwin-x86.mk
@@ -80,8 +80,7 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections \
- -funwind-tables
+ -ffunction-sections
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -174,7 +173,8 @@ MY_CFLAGS_Release := \
-fdata-sections \
-ffunction-sections \
-fomit-frame-pointer \
- -funwind-tables
+ -fno-unwind-tables \
+ -fno-asynchronous-unwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
diff --git a/ft2.target.linux-arm.mk b/ft2.target.linux-arm.mk
index 6c77251..3d38ca8 100644
--- a/ft2.target.linux-arm.mk
+++ b/ft2.target.linux-arm.mk
@@ -78,8 +78,7 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections \
- -funwind-tables
+ -ffunction-sections
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -170,8 +169,7 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer \
- -funwind-tables
+ -fomit-frame-pointer
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
diff --git a/ft2.target.linux-mips.mk b/ft2.target.linux-mips.mk
index fda680a..8aa5168 100644
--- a/ft2.target.linux-mips.mk
+++ b/ft2.target.linux-mips.mk
@@ -78,8 +78,7 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections \
- -funwind-tables
+ -ffunction-sections
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -170,8 +169,7 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer \
- -funwind-tables
+ -fomit-frame-pointer
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
diff --git a/ft2.target.linux-x86.mk b/ft2.target.linux-x86.mk
index 073c551..01244e5 100644
--- a/ft2.target.linux-x86.mk
+++ b/ft2.target.linux-x86.mk
@@ -80,8 +80,7 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections \
- -funwind-tables
+ -ffunction-sections
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -174,7 +173,8 @@ MY_CFLAGS_Release := \
-fdata-sections \
-ffunction-sections \
-fomit-frame-pointer \
- -funwind-tables
+ -fno-unwind-tables \
+ -fno-asynchronous-unwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \