finix/kernel/compile_flags.txt
Tyler Murphy fbf131b5c0 initial
2023-07-16 02:54:32 -04:00

13 lines
114 B
Text

-c
-std=gnu17
-Wall
-Wextra
-pedantic
-O2
-ffreestanding
-I../libk/include
-Iinclude
-Isrc
-nostdlib
-DKERNEL_LOG