diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-10 14:28:30 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-10 14:28:30 +0100 |
commit | a0e09642be5b63704ec48778b4f87e9843949ecf (patch) | |
tree | de9ff1426ede4c74331661876306e5fbd1626e8e /compile_flags.txt | |
download | code-a0e09642be5b63704ec48778b4f87e9843949ecf.tar.gz code-a0e09642be5b63704ec48778b4f87e9843949ecf.tar.bz2 code-a0e09642be5b63704ec48778b4f87e9843949ecf.zip |
Initial commit
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..4cb2489 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,3 @@ +-std=c++17 +-Wno-mathematical-notation-identifier-extension +-Wall |