summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-01 10:05:23 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-01 10:05:23 -0300
commitadfceb56d987dbbcfcf8daded405cc687a82b272 (patch)
treef19553f16e70dcd39953f896e0048851c9ec2ba4 /Makefile
parent15478545b482a278590f205c435889eb1969d07b (diff)
downloadcode-adfceb56d987dbbcfcf8daded405cc687a82b272.tar.gz
code-adfceb56d987dbbcfcf8daded405cc687a82b272.tar.bz2
code-adfceb56d987dbbcfcf8daded405cc687a82b272.zip
Incorporated interative scheme for treating the active case.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25e23dd..3519e50 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: walk correlations integrator
-CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp
+CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -g
walk: walk.cpp
$(CC) walk.cpp -o walk