this can find issues with non-default build optionspull/4325/head
parent
0bf8862beb
commit
9371965132
2 changed files with 6 additions and 0 deletions
@ -0,0 +1 @@ |
||||
end program |
@ -0,0 +1,5 @@ |
||||
# checks for unexpected behavior on non-default buildtype and warning_level |
||||
project('build type Fortran', 'fortran', |
||||
default_options: ['buildtype=release', 'warning_level=3']) |
||||
|
||||
executable('main', 'main.f90') |
Loading…
Reference in new issue