bad flag -O0 in ifort.cfg

This commit is contained in:
Yann Garniron 2016-10-06 11:07:39 +02:00
parent e2154fb892
commit c5ad63ac0f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ OPENMP : 1 ; Append OpenMP flags
#
[OPT]
FC : -traceback
FCFLAGS : -xHost -O0 -ip -ftz -g
FCFLAGS : -xHost -O2 -ip -ftz -g
# Profiling flags
#################