From 071ce2fb0b6155a5b3139fb55a928401b549ab66 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 14 Dec 2016 22:36:47 -0500 Subject: got a little further... need to switch to a more procedural approach. --- tools/planetest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/planetest/Makefile') diff --git a/tools/planetest/Makefile b/tools/planetest/Makefile index 0e55f12..37f02d7 100644 --- a/tools/planetest/Makefile +++ b/tools/planetest/Makefile @@ -1,6 +1,6 @@ all : camfind -CFLAGS:=-g -O4 +CFLAGS:=-g -O4 -DFLT=float -ffast-math LDFLAGS:=$(CFLAGS) -lm camfind : camfind.o linmath.o -- cgit v1.2.3