switch to c11

This commit is contained in:
Murphy 2025-04-04 11:59:21 -04:00
parent 3a44b8da25
commit f7de2d61a7
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ const builtin = @import("builtin");
const c_flags = &[_][]const u8{
// lang
"-std=c99",
"-std=c11",
// warnings
"-Wall",
"-Wextra",

View file

@ -1,5 +1,5 @@
-c
-std=c99
-std=c11
-Iinclude
-Ikernel/include
-ffreestanding