finix/kernel/compile_flags.txt

13 lines
114 B
Text
Raw Permalink Normal View History

2023-07-16 06:54:32 +00:00
-c
-std=gnu17
-Wall
-Wextra
-pedantic
-O2
-ffreestanding
-I../libk/include
-Iinclude
-Isrc
-nostdlib
-DKERNEL_LOG