summaryrefslogtreecommitdiff
path: root/user/compile_flags.txt
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-21 16:45:28 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-21 16:45:33 -0400
commitceb9471fed96f907e37a6ba031825c31167a8ff4 (patch)
treed98392e420b4541a6ba926ff4d8b3ebe85734580 /user/compile_flags.txt
parentupdate linker scripts (diff)
downloadcomus-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.txt8
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