Cleaned up Compile Scripts & Pipeline
Commiting to test.
This commit is contained in:
7
compile_sources.sh
Normal file
7
compile_sources.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
echo " "
|
||||
echo "======================="
|
||||
echo " "
|
||||
echo "Compiling FPC Sources..."
|
||||
echo " "
|
||||
fpc -Aelf -gw -n -va -O3 -Op3 -Si -Sc -Sg -Xd -CX -XXs -CfSSE -CfSSE2 -Rintel -Pi386 -Tlinux -FElib/ -Fusrc/* -Fusrc/driver/* -Fusrc/driver/net/* src/kernel.pas
|
Reference in New Issue
Block a user