From 3bd692279bbe90005dce96d6c538af6e68e798c1 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Fri, 6 Sep 2024 08:03:38 -0700 Subject: [PATCH] Use O1 for debugging O0 disables some of the needed pragma semantics --- platform/build/make.inc.FRONTIER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/build/make.inc.FRONTIER b/platform/build/make.inc.FRONTIER index 766989f25..587717693 100644 --- a/platform/build/make.inc.FRONTIER +++ b/platform/build/make.inc.FRONTIER @@ -23,7 +23,7 @@ endif FOMP =-homp FMATH =-s real64 FOPT =-Ofast -FDEBUG =-O0 -g +FDEBUG =-O1 -g F2PY = f2py --fcompiler=pg # System math libraries