Skip to content

Commit

Permalink
add flags also to ifx
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Sep 14, 2023
1 parent 3f98e65 commit 6ebc226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fpm_compiler.F90
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ subroutine get_release_compile_flags(id, flags)

case(id_intel_llvm_nix)
flags = &
flag_intel_opt//&
flag_intel_fp//&
flag_intel_align//&
flag_intel_limit//&
Expand All @@ -325,6 +326,7 @@ subroutine get_release_compile_flags(id, flags)

case(id_intel_llvm_windows)
flags = &
flag_intel_opt_win//&
flag_intel_fp_win//&
flag_intel_align_win//&
flag_intel_limit_win//&
Expand Down

0 comments on commit 6ebc226

Please sign in to comment.