diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-02-09 21:06:48 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-02-09 21:06:48 -0300 |
commit | 10d55b769e94653c00a42b650b7fc57588c14745 (patch) | |
tree | 8b93822a27bf5120699b11b0d1ad749e7d09c71c /compile_flags.txt | |
parent | 8e4e14e62a9c87574c576a284d076178d892d985 (diff) | |
download | ictp-saifr_colloquium-10d55b769e94653c00a42b650b7fc57588c14745.tar.gz ictp-saifr_colloquium-10d55b769e94653c00a42b650b7fc57588c14745.tar.bz2 ictp-saifr_colloquium-10d55b769e94653c00a42b650b7fc57588c14745.zip |
Wrote C utility
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 |