diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-04-21 11:24:50 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-04-21 11:24:50 +0200 |
commit | 217e4390f0d83f3fecf4a4200f55b0ab0410c660 (patch) | |
tree | 61e71152a1be638868a7d4819c42c1af89649abb /compile_flags.txt | |
parent | 4eadc4d7c85ad4e942a5280064c0072082d94026 (diff) | |
download | code-217e4390f0d83f3fecf4a4200f55b0ab0410c660.tar.gz code-217e4390f0d83f3fecf4a4200f55b0ab0410c660.tar.bz2 code-217e4390f0d83f3fecf4a4200f55b0ab0410c660.zip |
Reduced C++ standard to minimum necessary.
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index b5502dc..4cb2489 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,3 +1,3 @@ --std=c++2b +-std=c++17 -Wno-mathematical-notation-identifier-extension -Wall |