From a978c195a8b0cbf9ff1330ab8c6af1deb79a8b83 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 18 Mar 2018 02:11:20 -0400 Subject: trying new config mode --- redist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redist/Makefile') diff --git a/redist/Makefile b/redist/Makefile index 0d74106..1437758 100644 --- a/redist/Makefile +++ b/redist/Makefile @@ -7,7 +7,7 @@ lintest : lintest.c linmath.c linmath.h gcc -g -O0 -o $@ $^ -lm test_dcl : test_dcl.c dclhelpers.c minimal_opencv.c ../src/epnp/epnp.c - gcc -o $@ $^ os_generic.c -DFLT=double -lpthread -lcblas -lm -llapacke + gcc -o $@ $^ os_generic.c -DFLT=double -lpthread -lcblas -lm -llapacke -O3 -msse2 -ftree-vectorize clean : rm -rf *.o *~ jsmntest lintest -- cgit v1.2.3