I am working on a Makefile where I am trying to find which flags to use. The current list of flags is (for some historical reason):
-r8 -fpe0 -g -debug all -traceback -fp-model source -warn all -warn unused -check all,noarg_temp_created
From searching, I believe this may be reduced to
-r8 -fpe0 -g -traceback -fp-model source -warn all -check all,noarg_temp_created
However, I was thinking that there might be an option that would list the options that were passed to `ifort`.