kern/compile_flags.txt

10 lines
96 B
Text
Raw Permalink Normal View History

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