diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 19:08:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-16 19:08:22 +0200 |
commit | d4b4ab930512d692dd8d5ce2b1513c0424c76301 (patch) | |
tree | 122cd0ab0a462b4c3e94b9a7e64ea6ba0b43ae8a /build | |
parent | 33a3ad413e3fe805f7dea79b46f58dc27c3ede2e (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. # |