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 /compile_flags.txt | |
parent | real time clock (diff) | |
download | comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.tar.gz comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.tar.bz2 comus-f7de2d61a72962d406eec9668f1c4c6ae79f505f.zip |
switch to c11
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 2 |
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 |