]> git.llucax.com Git - software/ev.d.git/blobdiff - Makefile
Don't compile unittests by default.
[software/ev.d.git] / Makefile
index ac564e91daa3b62509b758875adc9afe1ff8e541..6706f15c59006f0d0bce605080f8753a28b75cd8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ DFLAGS = -Wall
 DFLAGS += -ggdb
 
 # Unittest
-DFLAGS += -funittest -fversion=UnitTest
+#DFLAGS += -funittest -fversion=UnitTest
 
 # Release
 #DFLAGS += -frelease -O3