diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:31:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:31:34 +0200 |
commit | 8f2f614baaa54ba643d903d31fef73ffcc389fda (patch) | |
tree | dcc9149969a1f82c2f1bc4b95866832798eddc41 /build | |
parent | 1dfa2e3caa2f98cfc3e6df947ab97727a0e1f47a (diff) |
Use default build2 extensions for C++ files
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/root.build b/build/root.build index 44b2195..174f292 100644 --- a/build/root.build +++ b/build/root.build @@ -4,11 +4,6 @@ using cxx -hxx{*}: extension = hxx -ixx{*}: extension = ixx -txx{*}: extension = txx -cxx{*}: extension = cxx - cxx.std = 11 tests/: install = false # Don't install tests. |