summaryrefslogtreecommitdiff
path: root/ft2.target.linux-mips.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-01-17 06:10:58 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-01-17 06:10:58 +0000
commitb30ef41b3a3752b14e9554e0b5050bb156e75648 (patch)
tree65f8824d1c83be795d62ba1b2ddfb19200fbf914 /ft2.target.linux-mips.mk
parent357c87a5302c5d7c02c10870ebe7a78652807497 (diff)
downloadfreetype-b30ef41b3a3752b14e9554e0b5050bb156e75648.tar.gz
Update makefiles after merge of Chromium at 245428
This commit was generated by merge_from_chromium.py. Change-Id: Ia631f910951bebdb910be687890680dc43412d93
Diffstat (limited to 'ft2.target.linux-mips.mk')
-rw-r--r--ft2.target.linux-mips.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/ft2.target.linux-mips.mk b/ft2.target.linux-mips.mk
index 8aa5168..fda680a 100644
--- a/ft2.target.linux-mips.mk
+++ b/ft2.target.linux-mips.mk
@@ -78,7 +78,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -169,7 +170,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \