diff --git a/src/fpm/manifest/profiles.f90 b/src/fpm/manifest/profiles.f90 index e4e81830ed..6b139910d9 100644 --- a/src/fpm/manifest/profiles.f90 +++ b/src/fpm/manifest/profiles.f90 @@ -805,7 +805,7 @@ function get_default_profiles(error) result(default_profiles) & new_profile('debug', & & 'ifort', & & OS_ALL, & - & flags = ' -warn all -check all -error-limit 1 -O0 -g -assume byterecl -traceback', & + & flags = ' -warn all -check all -error-limit 1 -O0 -g -assume byterecl -traceback', & & is_built_in=.true.), & & new_profile('debug', & & 'ifort', & @@ -816,7 +816,7 @@ function get_default_profiles(error) result(default_profiles) & new_profile('debug', & & 'ifx', & & OS_ALL, & - & flags = ' -warn all -check all -error-limit 1 -O0 -g -assume byterecl -traceback', & + & flags = ' -warn all -check all -error-limit 1 -O0 -g -assume byterecl -traceback', & & is_built_in=.true.), & & new_profile('debug', & & 'ifx', & diff --git a/src/fpm_compiler.F90 b/src/fpm_compiler.F90 index 718843a3eb..5928ee2fd1 100644 --- a/src/fpm_compiler.F90 +++ b/src/fpm_compiler.F90 @@ -309,8 +309,7 @@ subroutine get_release_compile_flags(id, flags) flag_intel_limit//& flag_intel_pthread//& flag_intel_nogen//& - flag_intel_byterecl//& - flag_intel_standard_compliance + flag_intel_byterecl case(id_intel_classic_mac) flags = & @@ -320,8 +319,7 @@ subroutine get_release_compile_flags(id, flags) flag_intel_limit//& flag_intel_pthread//& flag_intel_nogen//& - flag_intel_byterecl//& - flag_intel_standard_compliance + flag_intel_byterecl case(id_intel_classic_windows) flags = & @@ -331,8 +329,7 @@ subroutine get_release_compile_flags(id, flags) flag_intel_limit_win//& flag_intel_pthread_win//& flag_intel_nogen_win//& - flag_intel_byterecl_win//& - flag_intel_standard_compliance_win + flag_intel_byterecl_win case(id_intel_llvm_nix) flags = & @@ -342,8 +339,7 @@ subroutine get_release_compile_flags(id, flags) flag_intel_limit//& flag_intel_pthread//& flag_intel_nogen//& - flag_intel_byterecl//& - flag_intel_standard_compliance + flag_intel_byterecl case(id_intel_llvm_windows) flags = & @@ -353,8 +349,7 @@ subroutine get_release_compile_flags(id, flags) flag_intel_limit_win//& flag_intel_pthread_win//& flag_intel_nogen_win//& - flag_intel_byterecl_win//& - flag_intel_standard_compliance_win + flag_intel_byterecl_win case(id_nag) flags = & @@ -418,7 +413,6 @@ subroutine get_debug_compile_flags(id, flags) flag_intel_limit//& flag_intel_debug//& flag_intel_byterecl//& - flag_intel_standard_compliance//& flag_intel_backtrace case(id_intel_classic_mac) @@ -428,7 +422,6 @@ subroutine get_debug_compile_flags(id, flags) flag_intel_limit//& flag_intel_debug//& flag_intel_byterecl//& - flag_intel_standard_compliance//& flag_intel_backtrace case(id_intel_classic_windows) flags = & @@ -437,7 +430,6 @@ subroutine get_debug_compile_flags(id, flags) flag_intel_limit_win//& flag_intel_debug_win//& flag_intel_byterecl_win//& - flag_intel_standard_compliance_win//& flag_intel_backtrace_win case(id_intel_llvm_nix) flags = & @@ -446,7 +438,6 @@ subroutine get_debug_compile_flags(id, flags) flag_intel_limit//& flag_intel_debug//& flag_intel_byterecl//& - flag_intel_standard_compliance//& flag_intel_backtrace case(id_intel_llvm_windows) flags = & @@ -454,8 +445,7 @@ subroutine get_debug_compile_flags(id, flags) flag_intel_check_win//& flag_intel_limit_win//& flag_intel_debug_win//& - flag_intel_byterecl_win//& - flag_intel_standard_compliance_win + flag_intel_byterecl_win case(id_nag) flags = & flag_nag_debug//&