]> git.sesse.net Git - movit/blobdiff - Makefile
Fix the mishandling of radius in the Gaussian deconvolution (it was off by a factor...
[movit] / Makefile
index 012a0e6e5b98535cd5efef405d8bc230116d3f95..1d35c9d5756cf30b5a904a498d8e8db5721268df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CXXFLAGS=-Wall -g -I$(GTEST_DIR)/include $(shell pkg-config --cflags eigen3 )
 LDFLAGS=-lSDL -lSDL_image -lGL -lrt -lpthread
 RANLIB=ranlib
 
-ifeq ($(PROFILE),1)
+ifeq ($(COVERAGE),1)
 CXXFLAGS += -fprofile-arcs -ftest-coverage
 LDFLAGS += -fprofile-arcs -ftest-coverage
 endif