From 69bb821947118bf18456cd309c9e6ac4420c6f31 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Thu, 15 Dec 2016 02:13:43 -0500 Subject: Get a little closer. Rotational optimizer "looks" like it's working, but don't know why it's not. --- tools/planetest2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/planetest2/Makefile') diff --git a/tools/planetest2/Makefile b/tools/planetest2/Makefile index 2c16261..dd19480 100644 --- a/tools/planetest2/Makefile +++ b/tools/planetest2/Makefile @@ -1,7 +1,7 @@ all : camfind -CFLAGS:=-g -O4 -DFLT=float -ffast-math -LDFLAGS:=$(CFLAGS) -lm +CFLAGS:=-g -O4 -DFLT=float -ffast-math -I../../redist -flto +LDFLAGS:=$(CFLAGS) -lm camfind : camfind.o ../../redist/linmath.c gcc -o $@ $^ $(LDFLAGS) -- cgit v1.2.3