We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fast
ifx
1 parent c3b16be commit bf8757cCopy full SHA for bf8757c
example_packages/features_per_compiler/fpm.toml
@@ -44,8 +44,8 @@ verbose.flags = "-v"
44
# Fast feature with base optimization, then per-compiler extensions
45
fast.flags = "-O3" # Base fast optimization for ALL compilers (applied first)
46
fast.gfortran.flags = "-Ofast -ffast-math"
47
-fast.ifort.flags = "-fast"
48
-fast.ifx.flags = "-fast"
+fast.ifort.flags = "-fp-model fast"
+fast.ifx.flags = "-fp-model fast"
49
50
# Strict feature with base standard compliance, then per-compiler extensions
51
strict.flags = "-std=f2018" # Base standard compliance for ALL compilers (applied first)
0 commit comments