Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: meson.build

Issue 29690843: Issue 6359 - use C++14 instead of C++1z (Closed) Base URL: github.com:adblockplus/adblockpluscore
Patch Set: support more compilers Created Feb. 6, 2018, 10:32 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « compiled/bindings/generator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: meson.build
diff --git a/meson.build b/meson.build
index 138e2bd2c19cc99198153059c78e77dece9597b0..0af894a823d7ce5fc1a60d765e0fd3fe08398055 100644
--- a/meson.build
+++ b/meson.build
@@ -40,7 +40,7 @@ BINDINGS_GENERATOR = 'bindings.cpp.js'
BINDINGS_OUTPUT = 'bindings.js'
COMPILER_OUTPUT = 'compiled.js'
# params for emcc compilation
-ADDITIONAL_PARAMS = [ '-O3', '-std=c++1z', '-Wall', '-Werror',
+ADDITIONAL_PARAMS = [ '-O3', '-std=c++14', '-Wall', '-Werror',
'-fno-rtti' ]
if target_type == 'js'
# CXXFLAGS specific to emcc
« no previous file with comments | « compiled/bindings/generator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld