kern/compile_flags.txt

10 lines
91 B
Text
Raw Normal View History

2025-03-27 10:58:34 -04:00
-c
2025-04-04 11:59:21 -04:00
-std=c11
2025-03-27 10:58:34 -04:00
-Iinclude
-Ikernel/include
2025-03-27 10:58:34 -04:00
-ffreestanding
-fno-builtin
-Wall
-Wextra
-pedantic