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

Unified Diff: build/common.gypi

Issue 561063002: Reland of -fno-exceptions only on .cc files https://codereview.chromium.org/560873003/ with fix for… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: and another Created 6 years, 3 months 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 | third_party/libc++/libc++.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dc38c4be9fb3d91418a7803d634e91992f0c1584..0ad8cc1eabc24a28aa68e563c445d14bb1a37bfa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3509,7 +3509,6 @@
'cflags': [
'<(werror)', # See note above about the werror variable.
'-pthread',
- '-fno-exceptions',
'-fno-strict-aliasing', # See http://crbug.com/32204
'-Wall',
# TODO(evan): turn this back on once all the builds work.
@@ -3524,6 +3523,7 @@
'-pipe',
],
'cflags_cc': [
+ '-fno-exceptions',
'-fno-rtti',
'-fno-threadsafe-statics',
# Make inline functions have hidden visiblity by default.
« no previous file with comments | « no previous file | third_party/libc++/libc++.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698