File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,11 @@ function get_default_profiles(error) result(default_profiles)
680680 & OS_ALL, &
681681 & flags = ' -O4 -coarray=single -PIC' , &
682682 & is_built_in= .true. ), &
683+ & new_profile(' release' , &
684+ &' lfortran' , &
685+ & OS_ALL, &
686+ & flags = ' flag_lfortran_opt' , &
687+ & is_built_in= .true. ), &
683688 & new_profile(' debug' , &
684689 & ' caf' , &
685690 & OS_ALL, &
@@ -725,9 +730,14 @@ function get_default_profiles(error) result(default_profiles)
725730 & flags = ' /warn:all /check:all /error-limit:1 /Od /Z7 /assume:byterecl' , &
726731 & is_built_in= .true. ), &
727732 & new_profile(' debug' , &
728- & ' nagfor' , &
733+ & ' ifx' , &
734+ & OS_WINDOWS, &
735+ & flags = ' /warn:all /check:all /error-limit:1 /Od /Z7 /assume:byterecl' , &
736+ & is_built_in= .true. ), &
737+ & new_profile(' debug' , &
738+ & ' lfortran' , &
729739 & OS_ALL, &
730- & flags = ' -g -C=all -O0 -gline -coarray=single -PIC ' , &
740+ & flags = ' ' , &
731741 & is_built_in= .true. ) &
732742 &]
733743 end function get_default_profiles
You can’t perform that action at this time.
0 commit comments