X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/82d4e52fba54be50d719f6185ec381f2dc87fc6c..69b439a013e03cd1d3eb13da8bbbc20aa5bf5184:/Makefile

diff --git a/Makefile b/Makefile
index 2ac49d3..4bf4bdd 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: lcoretest
 
 lcoretest: *.pas *.inc lcoretest.dpr
-	fpc -Sd -dipv6 lcoretest.dpr
+	fpc -Sd -gl -dipv6 lcoretest.dpr
 	
 clean:
 	-rm *.o