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

Unified Diff: build/standalone.gypi

Issue 839163002: Only request C++11 when compiling C++ code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 0d650a3bdc6980c3e4e83543d2c7ee19a062e3ec..645b9f2b7b1030105d27399e02f79b291777bbe5 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -150,9 +150,9 @@
'-pthread',
'-fno-exceptions',
'-fvisibility=hidden',
- '-std=gnu++0x',
],
'cflags_cc': [
+ '-std=gnu++0x',
'-Wnon-virtual-dtor',
'-fno-rtti',
],
« 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