diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-09-29 17:36:20 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-09-29 17:36:20 +0200 |
commit | fc1f46cd4870476d77b5ab28799f47de242e3617 (patch) | |
tree | aa418809cba6a57871b62e70e177ba538f01a65b | |
parent | efad10c1fbcdab34e50f577ca0478de5632c8bbc (diff) | |
download | code-fc1f46cd4870476d77b5ab28799f47de242e3617.tar.gz code-fc1f46cd4870476d77b5ab28799f47de242e3617.tar.bz2 code-fc1f46cd4870476d77b5ab28799f47de242e3617.zip |
Added compile_flags.txt for IDE settings.
-rw-r--r-- | compile_flags.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..0f75b87 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,2 @@ +-std=c++20 +-O3 |