From 94521a2e703ecd5009c5c1e7796ea529a40a67fc Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Mon, 12 Mar 2018 18:14:43 -0600 Subject: Changed include to not have 'redist' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9cfbdc..c2aba18 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all : lib data_recorder test calibrate calibrate_client simple_pose_test CC:=gcc -CFLAGS:=-Iinclude/libsurvive -I. -fPIC -g -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic +CFLAGS:=-Iinclude/libsurvive -fPIC -g -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic #LDFLAGS:=-L/usr/local/lib -lpthread -lusb-1.0 -lz -lm -flto -g LDFLAGS:=-L/usr/local/lib -lpthread -lz -lm -flto -g -- cgit v1.2.3