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

Unified Diff: src/build/SConscript.main

Issue 11265: Don't build with exception support, we don't use exceptions. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/build/SConscript.main
diff --git a/src/build/SConscript.main b/src/build/SConscript.main
index 74203e8dd0a6d102dc9a2dbfb2f1aa8851604899..b7665b51d8fc54217ffcadef783479892079ac9f 100644
--- a/src/build/SConscript.main
+++ b/src/build/SConscript.main
@@ -473,7 +473,7 @@ linux_env.Append(
BUILD_SCONSCRIPTS = [
'$LIBEVENT_DIR/libevent.scons',
],
- CCFLAGS = ['-m32', '-pthread', '-march=i686'],
+ CCFLAGS = ['-m32', '-pthread', '-march=i686', '-fno-exceptions'],
CXXFLAGS = ['-Wall', '-Werror', '-march=i686'] + excluded_warnings,
LINKFLAGS = ['-m32', '-pthread'],
)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698