diff options
-rw-r--r-- | build/root.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index 1361f7b..10922ee 100644 --- a/build/root.build +++ b/build/root.build @@ -4,4 +4,9 @@ using cxx +hxx.ext = +ixx.ext = ixx +txx.ext = txx +cxx.ext = cxx + cxx.std = 14 |