diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-04 11:59:21 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-04 11:59:21 -0400 |
commit | f7de2d61a72962d406eec9668f1c4c6ae79f505f (patch) | |
tree | 165052e0f7e888a0c3d19be94f32ce5e61c99294 /build.zig | |
parent | real time clock (diff) | |
download | comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.tar.gz comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.tar.bz2 comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.zip |
switch to c11
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ const builtin = @import("builtin"); const c_flags = &[_][]const u8{ // lang - "-std=c99", + "-std=c11", // warnings "-Wall", "-Wextra", |