diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 19:07:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 19:07:58 +0200 |
commit | 0864c1be2a36de6f8840f89734113bfbdaeb77a1 (patch) | |
tree | db5d0e29ff07c50529403dc35b452e5b08ec74f7 /build | |
parent | 1c5d5286319b73ea442c1bb15b97a6de9de47dcf (diff) |
Switch to C++11
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index d72e12c..e5ddba5 100644 --- a/build/root.build +++ b/build/root.build @@ -9,7 +9,7 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.std = 14 +cxx.std = 11 # All exe{} in tests/ are, well, tests. Don't install them. # |