diff options
author | Tyler Murphy <=> | 2023-07-16 02:54:32 -0400 |
---|---|---|
committer | Tyler Murphy <=> | 2023-07-16 02:54:32 -0400 |
commit | fbf131b5c043b27e0b1543374bb144e3e426f723 (patch) | |
tree | 07f0ab2fc107b36621d5ae95480e6a91e332548b /libk/compile_flags.txt | |
download | finix-fbf131b5c043b27e0b1543374bb144e3e426f723.tar.gz finix-fbf131b5c043b27e0b1543374bb144e3e426f723.tar.bz2 finix-fbf131b5c043b27e0b1543374bb144e3e426f723.zip |
initial
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 |