This commit is contained in:
nub31
2025-09-03 13:32:40 +02:00
parent 87d1a291f7
commit 204c747c43
22 changed files with 111 additions and 31 deletions

View File

@@ -5,6 +5,11 @@ CompileFlags:
- "-ffreestanding"
- "-fno-builtin"
- "-fno-common"
- "-Wall"
- "-Wextra"
- "-Wshadow"
- "-fno-strict-aliasing"
- "-nostdinc"
- "-nostdlib"
- "-Istdlib"
- "-I"
- "/home/oliste/repos/nub-os/src/stdlib"