From ba6d8037d2415048fc6b35867a875c12de1cc497 Mon Sep 17 00:00:00 2001 From: Kieron Morris Date: Sun, 6 Feb 2022 13:32:57 +0000 Subject: [PATCH] Compile Script Improvements Improved the compile script (compile_sources.sh) to show line numbers on error and generally compile faster. --- compile_sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_sources.sh b/compile_sources.sh index c8f6db32..f93d93b3 100644 --- a/compile_sources.sh +++ b/compile_sources.sh @@ -4,4 +4,4 @@ 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 \ No newline at end of file +fpc -Aelf -gw -g -gl -n -vlewn -O3 -Op3 -Si -Sc -Sg -Xd -CX -XXs -CfSSE -CfSSE2 -Rintel -Pi386 -Tlinux -FElib/ -Fusrc/* -Fusrc/driver/* -Fusrc/driver/net/* src/kernel.pas \ No newline at end of file