diff options
Diffstat (limited to 'libk/compile_flags.txt')
-rw-r--r-- | libk/compile_flags.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libk/compile_flags.txt b/libk/compile_flags.txt new file mode 100644 index 0000000..2048fc0 --- /dev/null +++ b/libk/compile_flags.txt @@ -0,0 +1,10 @@ +-c +-std=c99 +-Wall +-Wextra +-pedantic +-O2 +-ffreestanding +-Isrc +-Iinclude +-nostdlib |