Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/dmg_fp/dmg_fp.scons

Issue 10857: Add OPT=1 flag to build optimized on Linux. (Closed)
Patch Set: alles ist gut Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net_perftests.scons ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/dmg_fp/dmg_fp.scons
diff --git a/third_party/dmg_fp/dmg_fp.scons b/third_party/dmg_fp/dmg_fp.scons
index d9614d0dededfc25bd610f7606a1596715aa078b..696aeb6e19dcd383874562420b5a49b5c76a68f9 100644
--- a/third_party/dmg_fp/dmg_fp.scons
+++ b/third_party/dmg_fp/dmg_fp.scons
@@ -31,6 +31,7 @@ if env['PLATFORM'] in ('darwin', 'posix'):
# Disable only what's necessary.
env.Append(
CCFLAGS = [
+ '-Wno-uninitialized',
'-Wno-parentheses',
'-Wno-sign-compare',
'-Wno-unused-label',
« no previous file with comments | « net/net_perftests.scons ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698