From c36b220308c08147a6c995fbb6082aa5ab0a0a21 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Thu, 15 Dec 2016 22:36:16 -0500 Subject: Get working plane tester --- tools/planetest2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/planetest2/Makefile') diff --git a/tools/planetest2/Makefile b/tools/planetest2/Makefile index dd19480..b48b099 100644 --- a/tools/planetest2/Makefile +++ b/tools/planetest2/Makefile @@ -1,6 +1,6 @@ all : camfind -CFLAGS:=-g -O4 -DFLT=float -ffast-math -I../../redist -flto +CFLAGS:=-g -O4 -DFLT=float -I../../redist -flto LDFLAGS:=$(CFLAGS) -lm camfind : camfind.o ../../redist/linmath.c -- cgit v1.2.3