aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-18 02:11:20 -0400
committercnlohr <lohr85@gmail.com>2018-03-18 02:11:20 -0400
commita978c195a8b0cbf9ff1330ab8c6af1deb79a8b83 (patch)
tree698e6a1b20be058c824c496d692995633bf68aa3 /redist/Makefile
parentd4466fa46e88d9d146ae3116004f74c9beda50f7 (diff)
downloadlibsurvive-a978c195a8b0cbf9ff1330ab8c6af1deb79a8b83.tar.gz
libsurvive-a978c195a8b0cbf9ff1330ab8c6af1deb79a8b83.tar.bz2
trying new config mode
Diffstat (limited to 'redist/Makefile')
-rw-r--r--redist/Makefile2
1 files changed, 1 insertions, 1 deletions
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