aboutsummaryrefslogtreecommitdiff
path: root/tools/planetest2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/planetest2/Makefile')
-rw-r--r--tools/planetest2/Makefile4
1 files changed, 2 insertions, 2 deletions
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)