Skip to content

Commit ffa6052

Browse files
committed
add flag "-ftrampoline-impl=heap" for fortran
1 parent b8465cc commit ffa6052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if c_compiler.get_id() == 'gcc'
1717
gcc_version = c_compiler.version()
1818
if gcc_version.version_compare('>=14')
1919
add_project_arguments('-ftrampoline-impl=heap', language: 'c')
20+
add_project_arguments('-ftrampoline-impl=heap', language: 'fortran')
2021
endif
2122
endif
2223

0 commit comments

Comments
 (0)