static compilation
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user