From a159721d440d70ef04bb259303a6a0e022e435a2 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 2 Apr 2025 16:34:31 -0300 Subject: Got fourier integrator working --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f245260..21f3def 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: walk correlations integrator fourier_integrator -CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -lfftw3 +CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -lfftw3 -g walk: walk.cpp $(CC) walk.cpp -o walk -- cgit v1.2.3-70-g09d2