applied kiss_fft.diff

This commit is contained in:
2018-07-12 12:21:24 +08:00
parent 56f0e6bf55
commit 91e48c1f9e
+1 -1
View File
@@ -6,5 +6,5 @@ include $(topsrcdir)/config/rules.mk
# We don't want OpenMP for KISS-FFT
ifeq ($(OS_ARCH),WINNT)
CFLAGS := $(filter-out -openmp,$(CFLAGS))
# CFLAGS := $(filter-out -openmp,$(CFLAGS))
endif