diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-01 21:27:31 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-01 21:27:31 +0100 |
| commit | 9a164c3f65c01e31a9d1a8578e29b358972ddfed (patch) | |
| tree | d32346277a335540af4967ebdfee38a787529690 /compile_flags.txt | |
| download | advent-of-code-9a164c3f65c01e31a9d1a8578e29b358972ddfed.tar.gz advent-of-code-9a164c3f65c01e31a9d1a8578e29b358972ddfed.tar.bz2 advent-of-code-9a164c3f65c01e31a9d1a8578e29b358972ddfed.zip | |
Lösung für Tag1
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..46ec652 --- /dev/null +++ b/compile_flags.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | -Wall | ||
| 2 | -Werror | ||
| 3 | -Wextra | ||
| 4 | -Wconversion | ||
| 5 | -Wdouble-promotion | ||
| 6 | -pedantic | ||
| 7 | -std=c++20 | ||
| 8 | -Iinclude | ||
| 9 | -I/usr/local/include | ||
