diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-25 12:28:36 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-12-25 12:28:36 +0100 |
commit | bba01ec107ea1e0e6eccd79e4a8ebb30f46bfea7 (patch) | |
tree | 2bfce146e7949a3c6a5cfb0f3f5e4460f9cd6b15 /compile_flags.txt | |
parent | dd1b4776224507978b483dc696bdad57d08b75cb (diff) | |
download | code-bba01ec107ea1e0e6eccd79e4a8ebb30f46bfea7.tar.gz code-bba01ec107ea1e0e6eccd79e4a8ebb30f46bfea7.tar.bz2 code-bba01ec107ea1e0e6eccd79e4a8ebb30f46bfea7.zip |
Wrote the program
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 |