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)
680
680
& OS_ALL, &
681
681
& flags = ' -O4 -coarray=single -PIC' , &
682
682
& is_built_in= .true. ), &
683
+ & new_profile(' release' , &
684
+ &' lfortran' , &
685
+ & OS_ALL, &
686
+ & flags = ' flag_lfortran_opt' , &
687
+ & is_built_in= .true. ), &
683
688
& new_profile(' debug' , &
684
689
& ' caf' , &
685
690
& OS_ALL, &
@@ -725,9 +730,14 @@ function get_default_profiles(error) result(default_profiles)
725
730
& flags = ' /warn:all /check:all /error-limit:1 /Od /Z7 /assume:byterecl' , &
726
731
& is_built_in= .true. ), &
727
732
& 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' , &
729
739
& OS_ALL, &
730
- & flags = ' -g -C=all -O0 -gline -coarray=single -PIC ' , &
740
+ & flags = ' ' , &
731
741
& is_built_in= .true. ) &
732
742
&]
733
743
end function get_default_profiles
You can’t perform that action at this time.
0 commit comments