Skip to content
Snippets Groups Projects
Commit 4b747e49 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann 🌱
Browse files

new flag to show temporary in debug

parent 900a61c8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment