aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-28 00:11:10 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-28 00:11:10 -0600
commitad76877aa0f75c30c35d4d6e0f5434828e36cba7 (patch)
tree6ae0c532447386966a1c32c3498bfd795bcf52c3 /Makefile
parent1ca9196f93a4d9fa09736112c880634392536d8e (diff)
downloadlibsurvive-ad76877aa0f75c30c35d4d6e0f5434828e36cba7.tar.gz
libsurvive-ad76877aa0f75c30c35d4d6e0f5434828e36cba7.tar.bz2
Finished!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0c5306..878d9c1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all : lib data_recorder test calibrate calibrate_client simple_pose_test
CC?=gcc
-CFLAGS:=-Iinclude/libsurvive -fPIC -g -O0 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic -llapacke -lcblas -lm #-Wall -Wno-unused-variable -Wno-switch -Wno-unused-but-set-variable
+CFLAGS:=-Iinclude/libsurvive -fPIC -g -O0 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic -llapacke -lcblas -lm #-Wall -Wno-unused-variable -Wno-switch -Wno-unused-but-set-variable -Wno-pointer-sign -Wno-parentheses
CFLAGS_RELEASE:=-Iinclude/libsurvive -fPIC -msse2 -ftree-vectorize -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic -llapacke -lcblas -lm