diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:19:17 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-26 13:19:17 +0200 |
commit | cafda3e8a60043629cd9a51490496b8cfd3cd921 (patch) | |
tree | 09389746ea5a0ff37e772abbf7275da306456606 /archived/v1/compile_flags.txt | |
parent | 90c30017e035810321083b3beb772ca37a1dede8 (diff) |
Put v2 code in root folder
Diffstat (limited to 'archived/v1/compile_flags.txt')
-rw-r--r-- | archived/v1/compile_flags.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archived/v1/compile_flags.txt b/archived/v1/compile_flags.txt new file mode 100644 index 0000000..1a62790 --- /dev/null +++ b/archived/v1/compile_flags.txt @@ -0,0 +1,5 @@ +-Wall +-Werror +-pedantic +-std=c99 +-O3 |