diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-04-21 11:12:27 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-04-21 11:12:27 +0200 |
commit | 93bf3372797dcfb14c49de1b1c17a2c217cb9950 (patch) | |
tree | 3e19e7ba035e1a580fac5d0a51a745be5040a4e6 /compile_flags.txt | |
parent | 7d837079872369869fe1972b138f230fb13c8d91 (diff) | |
download | code-93bf3372797dcfb14c49de1b1c17a2c217cb9950.tar.gz code-93bf3372797dcfb14c49de1b1c17a2c217cb9950.tar.bz2 code-93bf3372797dcfb14c49de1b1c17a2c217cb9950.zip |
Did some nice refactoring.
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..b5502dc --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,3 @@ +-std=c++2b +-Wno-mathematical-notation-identifier-extension +-Wall |