diff options
Diffstat (limited to 'kernel/compile_flags.txt')
-rw-r--r-- | kernel/compile_flags.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/compile_flags.txt b/kernel/compile_flags.txt new file mode 100644 index 0000000..6f00e53 --- /dev/null +++ b/kernel/compile_flags.txt @@ -0,0 +1,9 @@ +-c +-std=c11 +-Iinclude +-ffreestanding +-fno-builtin +-nostdlib +-Wall +-Wextra +-pedantic |