aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjdavidberger <j.david.berger@gmail.com>2018-03-25 16:31:35 -0600
committerGitHub <noreply@github.com>2018-03-25 16:31:35 -0600
commit9b13bad446be174e1727c151b73c3cbef7ba4698 (patch)
treea6c1fbf5c2474341fa0a514eeb7d4cebe2b6d45e /Makefile
parentc17ac29dcdb617f5d9d960e432a628747e0e63df (diff)
downloadlibsurvive-9b13bad446be174e1727c151b73c3cbef7ba4698.tar.gz
libsurvive-9b13bad446be174e1727c151b73c3cbef7ba4698.tar.bz2
Update Makefile
Made O3 default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6d139b..ac04d60 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 -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic -llapacke -lcblas -lm #-Wall -Wno-unused-variable -Wno-switch -Wno-unused-but-set-variable
CFLAGS_RELEASE:=-Iinclude/libsurvive -fPIC -msse2 -ftree-vectorize -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic -llapacke -lcblas -lm