Skip to content

Commit

Permalink
Use O1 for debugging
Browse files Browse the repository at this point in the history
O0 disables some of the needed pragma semantics
  • Loading branch information
sfiligoi authored Sep 6, 2024
1 parent cb5722c commit 3bd6922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build/make.inc.FRONTIER
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bd6922

Please sign in to comment.