mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-10 20:47:25 +00:00
switch to c11
This commit is contained in:
parent
3a44b8da25
commit
f7de2d61a7
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ const builtin = @import("builtin");
|
|||
|
||||
const c_flags = &[_][]const u8{
|
||||
// lang
|
||||
"-std=c99",
|
||||
"-std=c11",
|
||||
// warnings
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-c
|
||||
-std=c99
|
||||
-std=c11
|
||||
-Iinclude
|
||||
-Ikernel/include
|
||||
-ffreestanding
|
||||
|
|
Loading…
Add table
Reference in a new issue