From 8bce8632c520acea86b4a6b2b7cf3eafe7964124 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 18 May 2022 23:52:01 +0200 Subject: Multithread fft --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 36a266c..e3c23f0 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LD=$(CC) #INCLUDES = #LIBDIRS = -LIBS = -lm -lfftw3 +LIBS = -lm -lfftw3 -lfftw3_threads override LDFLAGS +=$(LIBDIRS)$(LIBS) -- cgit v1.2.3-54-g00ecf