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

Unified Diff: third_party/libc++abi/libc++abi.gyp

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 | « third_party/libc++/libc++.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libc++abi/libc++abi.gyp
diff --git a/third_party/libc++abi/libc++abi.gyp b/third_party/libc++abi/libc++abi.gyp
index 669903752fefa0458c1799b4f3883655a5f9df78..7a75fe5d0782bc313382b4ac4eae74b4312f4cb4 100644
--- a/third_party/libc++abi/libc++abi.gyp
+++ b/third_party/libc++abi/libc++abi.gyp
@@ -37,10 +37,10 @@
'-std=c++11',
],
'cflags_cc!': [
+ '-fno-exceptions',
'-fno-rtti',
],
'cflags!': [
- '-fno-exceptions',
'-fvisibility=hidden',
],
'ldflags': [
« no previous file with comments | « third_party/libc++/libc++.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698