blob: 2be633758bcd0a1035ed69c1927f868238a84c71 [file] [log] [blame]
# 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')