summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-09-19 11:40:14 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-09-19 18:54:03 +0000
commitc2db74bb65ab320b9c8da4fc3bee03d9d3f14943 (patch)
tree0af823ad2bc9f7a7548ce2d07c77d200c1f22a51
parent6f960347f8474a202d8dd99063bf8ce584896baf (diff)
downloadpdfium-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--.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gn b/.gn
index 542ee5bd98..41187fd2f5 100644
--- a/.gn
+++ b/.gn
@@ -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
}