diff options
-rw-r--r-- | build.zig | 2 | ||||
-rw-r--r-- | compile_flags.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ const builtin = @import("builtin"); const c_flags = &[_][]const u8{ // lang - "-std=c99", + "-std=c11", // warnings "-Wall", "-Wextra", diff --git a/compile_flags.txt b/compile_flags.txt index 924a806..18bbfbc 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,5 +1,5 @@ -c --std=c99 +-std=c11 -Iinclude -Ikernel/include -ffreestanding |