Description: Force compilation of units in release mode in order to avoid FPC
trying to recompile them during compilation of third party code.
Author: Abou Al Montacir <abou.almontacir@sfr.fr>

diff --git a/Makefile b/Makefile
index c47c1d0..23a69b1 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
 all:
 	fpc fpmake.pp
 	@echo 'Running fpmake. If this fails saying that "rtl" is not found, remember to set FPCDIR environment variable, see http://wiki.freepascal.org/FPMake .'
-	./fpmake
+	./fpmake -v -o -Ur
 
 # examples and tools -----------------------------------------------------------
 
