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_tori/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lighthousefind_tori/Makefile') diff --git a/tools/lighthousefind_tori/Makefile b/tools/lighthousefind_tori/Makefile index 3bdfdd6..b2dff64 100644 --- a/tools/lighthousefind_tori/Makefile +++ b/tools/lighthousefind_tori/Makefile @@ -1,7 +1,7 @@ -CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto +CFLAGS:=-g -O4 -DUSE_DOUBLE -I../../redist -flto LDFLAGS:=$(CFLAGS) -lm all: - gcc -O3 -o lighthousefind-tori main.c find_tori_math.c torus_localizer.c visualization.c ../../redist/linmath.c $(LDFLAGS) + gcc -O3 -o lighthousefind-tori main.c torus_localizer.c visualization.c ../../redist/linmath.c $(LDFLAGS) clean: rm -f lighthousefind-tori -- cgit v1.2.3