diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-21 16:45:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-21 16:45:33 -0400 |
commit | ceb9471fed96f907e37a6ba031825c31167a8ff4 (patch) | |
tree | d98392e420b4541a6ba926ff4d8b3ebe85734580 /user/compile_flags.txt | |
parent | update linker scripts (diff) | |
download | comus-ceb9471fed96f907e37a6ba031825c31167a8ff4.tar.gz comus-ceb9471fed96f907e37a6ba031825c31167a8ff4.tar.bz2 comus-ceb9471fed96f907e37a6ba031825c31167a8ff4.zip |
update userland to compile
Diffstat (limited to 'user/compile_flags.txt')
-rw-r--r-- | user/compile_flags.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/compile_flags.txt b/user/compile_flags.txt new file mode 100644 index 0000000..c519df5 --- /dev/null +++ b/user/compile_flags.txt @@ -0,0 +1,8 @@ +-c +-std=c11 +-Iinclude +-ffreestanding +-fno-builtin +-Wall +-Wextra +-pedantic |