summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ft2.target.darwin-x86.mk4
-rw-r--r--ft2.target.linux-x86.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/ft2.target.darwin-x86.mk b/ft2.target.darwin-x86.mk
index 855f9ac..590bf5c 100644
--- a/ft2.target.darwin-x86.mk
+++ b/ft2.target.darwin-x86.mk
@@ -71,11 +71,11 @@ MY_CFLAGS_Debug := \
-Wno-extra \
-Wno-ignored-qualifiers \
-Wno-type-limits \
+ -fno-stack-protector \
-Wno-address \
-Wno-format-security \
-Wno-return-type \
-Wno-sequence-point \
- -fno-stack-protector \
-Os \
-g \
-fomit-frame-pointer \
@@ -156,11 +156,11 @@ MY_CFLAGS_Release := \
-Wno-extra \
-Wno-ignored-qualifiers \
-Wno-type-limits \
+ -fno-stack-protector \
-Wno-address \
-Wno-format-security \
-Wno-return-type \
-Wno-sequence-point \
- -fno-stack-protector \
-Os \
-fno-ident \
-fdata-sections \
diff --git a/ft2.target.linux-x86.mk b/ft2.target.linux-x86.mk
index 855f9ac..590bf5c 100644
--- a/ft2.target.linux-x86.mk
+++ b/ft2.target.linux-x86.mk
@@ -71,11 +71,11 @@ MY_CFLAGS_Debug := \
-Wno-extra \
-Wno-ignored-qualifiers \
-Wno-type-limits \
+ -fno-stack-protector \
-Wno-address \
-Wno-format-security \
-Wno-return-type \
-Wno-sequence-point \
- -fno-stack-protector \
-Os \
-g \
-fomit-frame-pointer \
@@ -156,11 +156,11 @@ MY_CFLAGS_Release := \
-Wno-extra \
-Wno-ignored-qualifiers \
-Wno-type-limits \
+ -fno-stack-protector \
-Wno-address \
-Wno-format-security \
-Wno-return-type \
-Wno-sequence-point \
- -fno-stack-protector \
-Os \
-fno-ident \
-fdata-sections \