From 4b747e4964fcb160f2ef54b5321538d4f47230f6 Mon Sep 17 00:00:00 2001 From: Antoine Hoffmann <antoine.hoffmann@epfl.ch> Date: Tue, 28 Feb 2023 16:22:25 +0100 Subject: [PATCH] new flag to show temporary in debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dbf41ac..baac06c4 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ fast: F90FLAGS = -fast fast: $(EFST) # Debug version with all flags debug: dirs src/srcinfo.h -debug: F90FLAGS = -g -traceback -ftrapuv -warn all -debug all +debug: F90FLAGS = -C -g -traceback -ftrapuv -warn all -debug all # debug: F90FLAGS = -g -traceback -check all -ftrapuv -warn all -debug all debug: $(EDBG) # Alpha version, optimized as all but creates another binary -- GitLab