diff options
author | Ian Jauslin <ian@jauslin.org> | 2022-05-18 23:52:01 +0200 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2022-05-18 23:52:01 +0200 |
commit | 8bce8632c520acea86b4a6b2b7cf3eafe7964124 (patch) | |
tree | 583cb335ce38e2c520c3d84483c4e9b7a23be05a /Makefile | |
parent | 199b8f0df5adeaaac4ca2afc2eff5237dfee36c3 (diff) |
Multithread fft
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ LD=$(CC) #INCLUDES = #LIBDIRS = -LIBS = -lm -lfftw3 +LIBS = -lm -lfftw3 -lfftw3_threads override LDFLAGS +=$(LIBDIRS)$(LIBS) |