static compilation

This commit is contained in:
Marc
2022-02-21 11:33:38 +01:00
parent a04c10d4c1
commit fc41d4bec0
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ then echo "Please don't run this as root"
exit
fi
gcc osLoader.c -O3 -o init
gcc osLoader.c -static -O3 -o init