diff options
author | Lei Zhang <thestig@chromium.org> | 2017-09-19 11:40:14 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-19 18:54:03 +0000 |
commit | c2db74bb65ab320b9c8da4fc3bee03d9d3f14943 (patch) | |
tree | 0af823ad2bc9f7a7548ce2d07c77d200c1f22a51 | |
parent | 6f960347f8474a202d8dd99063bf8ce584896baf (diff) | |
download | pdfium-c2db74bb65ab320b9c8da4fc3bee03d9d3f14943.tar.xz |
Default to c++11 instead of c++14.
PDFium has users that may not be ready for C++14 yet.
Change-Id: I99de1c8126fd94ac728653262c05e5d26b1734f3
Reviewed-on: https://pdfium-review.googlesource.com/14351
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | .gn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,4 +11,7 @@ default_args = { # Turns on compiler optimizations in V8 in Debug build. v8_optimized_debug = true + + # PDFium does not want to switch to C++14 yet. + use_cxx11 = true } |