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.
1 parent 86653e6 commit c112e6fCopy full SHA for c112e6f
example_packages/features_per_compiler/app/main.f90
@@ -2,8 +2,7 @@ program main
2
use iso_fortran_env, only: compiler_options
3
implicit none
4
5
- character(len=:), allocatable :: options_str
6
- character(len=20) :: detected_compiler
+ character(len=:), allocatable :: options_str,detected_compiler
7
logical :: debug_active, release_active, verbose_active, fast_active, strict_active
8
logical :: all_checks_passed
9
integer :: failed_checks
0 commit comments