summaryrefslogtreecommitdiff
path: root/compile_flags.txt
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-04 11:59:21 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-04 11:59:21 -0400
commitf7de2d61a72962d406eec9668f1c4c6ae79f505f (patch)
tree165052e0f7e888a0c3d19be94f32ce5e61c99294 /compile_flags.txt
parentreal time clock (diff)
downloadcomus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.tar.gz
comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.tar.bz2
comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.zip
switch to c11
Diffstat (limited to 'compile_flags.txt')
-rw-r--r--compile_flags.txt2
1 files changed, 1 insertions, 1 deletions
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