summaryrefslogtreecommitdiff
path: root/kernel/compile_flags.txt
diff options
context:
space:
mode:
authorTyler Murphy <=>2023-07-16 02:54:32 -0400
committerTyler Murphy <=>2023-07-16 02:54:32 -0400
commitfbf131b5c043b27e0b1543374bb144e3e426f723 (patch)
tree07f0ab2fc107b36621d5ae95480e6a91e332548b /kernel/compile_flags.txt
downloadfinix-fbf131b5c043b27e0b1543374bb144e3e426f723.tar.gz
finix-fbf131b5c043b27e0b1543374bb144e3e426f723.tar.bz2
finix-fbf131b5c043b27e0b1543374bb144e3e426f723.zip
initial
Diffstat (limited to 'kernel/compile_flags.txt')
-rw-r--r--kernel/compile_flags.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/compile_flags.txt b/kernel/compile_flags.txt
new file mode 100644
index 0000000..0380b3e
--- /dev/null
+++ b/kernel/compile_flags.txt
@@ -0,0 +1,12 @@
+-c
+-std=gnu17
+-Wall
+-Wextra
+-pedantic
+-O2
+-ffreestanding
+-I../libk/include
+-Iinclude
+-Isrc
+-nostdlib
+-DKERNEL_LOG