From ceb9471fed96f907e37a6ba031825c31167a8ff4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 21 Apr 2025 16:45:28 -0400 Subject: update userland to compile --- user/compile_flags.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 user/compile_flags.txt (limited to 'user/compile_flags.txt') 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 -- cgit v1.2.3-freya