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

Unified Diff: build/standalone.gypi

Issue 1734593004: Build PDFium with -std=c++11 instead of g++11. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 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 dfd56176835230ae5ab7b9bd5cf5e22120b6fdfb..f00af23aebad74a328c630af5c4a3dbeefd52419 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -182,7 +182,7 @@
'-fvisibility=hidden',
],
'cflags_cc': [
- '-std=gnu++0x',
+ '-std=c++11',
'-Wnon-virtual-dtor',
'-fno-rtti',
],
@@ -333,7 +333,7 @@
},
'xcode_settings': {
'ALWAYS_SEARCH_USER_PATHS': 'NO',
- 'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++11',
+ 'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks
'GCC_DYNAMIC_NO_PIC': 'NO', # No -mdynamic-no-pic
# (Equivalent to -fPIC)
« 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