Wrong uncompressed formats... oops
[convexer.git] / Makefile
index 8d62488fb15ae79798180dfaee2b5f1a863fdee3..dea01c8a1a88b923507133d354420f0fdf782166 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,10 @@ libcxr.so: cxr/cxr.h cxr/cxr_math.h cxr/cxr_mem.h
                -lm 
 
 tovtf: nbvtf/obj/librgbcx.o nbvtf/obj/tovtf.o
-       g++ -O3 nbvtf/obj/tovtf.o nbvtf/obj/librgbcx.o -o tovtf
+       g++ -O3 \
+               -Wno-unused-variable -Wno-unused-function -fsanitize=address -Werror=vla \
+               nbvtf/obj/tovtf.o nbvtf/obj/librgbcx.o \
+               -o tovtf
 
 nbvtf/obj/librgbcx.o: nbvtf/librgbcx.cc nbvtf/rgbcx.h
        g++ -O3 -c \