summaryrefslogtreecommitdiffstats
path: root/sdch
diff options
context:
space:
mode:
authorIain Merrick <husky@google.com>2010-10-19 14:37:37 +0100
committerIain Merrick <husky@google.com>2010-10-19 14:37:37 +0100
commit3345a6884c488ff3a535c2c9acdd33d74b37e311 (patch)
tree7784b988ef1698cb6967ea1bdf07616237716c6c /sdch
parentefc8475837ec58186051f23bb03542620424f6ce (diff)
downloadexternal_chromium-3345a6884c488ff3a535c2c9acdd33d74b37e311.zip
external_chromium-3345a6884c488ff3a535c2c9acdd33d74b37e311.tar.gz
external_chromium-3345a6884c488ff3a535c2c9acdd33d74b37e311.tar.bz2
Merge Chromium at 7.0.540.0 : Initial merge by git
Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used. Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
Diffstat (limited to 'sdch')
-rw-r--r--sdch/sdch.target.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sdch/sdch.target.mk b/sdch/sdch.target.mk
index 49b5959..f945961 100644
--- a/sdch/sdch.target.mk
+++ b/sdch/sdch.target.mk
@@ -19,6 +19,7 @@ CFLAGS_Debug := -Werror \
-Wno-missing-field-initializers \
-D_FILE_OFFSET_BITS=64 \
-fvisibility=hidden \
+ -pipe \
-fno-strict-aliasing \
-O0 \
-g
@@ -52,6 +53,7 @@ CFLAGS_Release := -Werror \
-Wno-missing-field-initializers \
-D_FILE_OFFSET_BITS=64 \
-fvisibility=hidden \
+ -pipe \
-fno-strict-aliasing \
-O2 \
-fno-ident \
@@ -116,11 +118,12 @@ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
# End of this set of suffix rules
### Rules for final target.
LDFLAGS_Debug := -pthread \
- -Wl,-z,noexecstack \
- -rdynamic
+ -Wl,-z,noexecstack
LDFLAGS_Release := -pthread \
-Wl,-z,noexecstack \
+ -Wl,-O1 \
+ -Wl,--as-needed \
-Wl,--gc-sections
LIBS :=