From a4cf0b14abb17c313243d0fb84555aec2cef61a0 Mon Sep 17 00:00:00 2001 From: Mike Turvey Date: Tue, 7 Feb 2017 00:11:39 -0700 Subject: Merging math libraries --- tools/lighthousefind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lighthousefind') diff --git a/tools/lighthousefind/Makefile b/tools/lighthousefind/Makefile index 032ade7..cb073d9 100644 --- a/tools/lighthousefind/Makefile +++ b/tools/lighthousefind/Makefile @@ -1,6 +1,6 @@ all : lighthousefind -CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto +CFLAGS:=-g -O4 -DUSE_DOUBLE -I../../redist -flto LDFLAGS:=$(CFLAGS) -lm lighthousefind : lighthousefind.o ../../redist/linmath.c -- cgit v1.2.3