X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/82d4e52fba54be50d719f6185ec381f2dc87fc6c..b26fd4db949d4b212a33127c2b1356b9aa543772:/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