summaryrefslogtreecommitdiff
path: root/ft2.target.linux-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ft2.target.linux-x86.mk')
-rw-r--r--ft2.target.linux-x86.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/ft2.target.linux-x86.mk b/ft2.target.linux-x86.mk
index 512514f..3eadd67 100644
--- a/ft2.target.linux-x86.mk
+++ b/ft2.target.linux-x86.mk
@@ -55,11 +55,10 @@ MY_CFLAGS_Debug := \
-pipe \
-fPIC \
-Wno-format \
- -m32 \
- -mmmx \
- -march=pentium4 \
-msse2 \
-mfpmath=sse \
+ -mmmx \
+ -m32 \
-fuse-ld=gold \
-ffunction-sections \
-funwind-tables \
@@ -151,11 +150,10 @@ MY_CFLAGS_Release := \
-pipe \
-fPIC \
-Wno-format \
- -m32 \
- -mmmx \
- -march=pentium4 \
-msse2 \
-mfpmath=sse \
+ -mmmx \
+ -m32 \
-fuse-ld=gold \
-ffunction-sections \
-funwind-tables \