From f7de2d61a72962d406eec9668f1c4c6ae79f505f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 4 Apr 2025 11:59:21 -0400 Subject: switch to c11 --- build.zig | 2 +- compile_flags.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig b/build.zig index 487681f..c5135b3 100644 --- a/build.zig +++ b/build.zig @@ -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 -- cgit v1.2.3-freya