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 b8465cc commit ffa6052Copy full SHA for ffa6052
meson.build
@@ -17,6 +17,7 @@ if c_compiler.get_id() == 'gcc'
17
gcc_version = c_compiler.version()
18
if gcc_version.version_compare('>=14')
19
add_project_arguments('-ftrampoline-impl=heap', language: 'c')
20
+ add_project_arguments('-ftrampoline-impl=heap', language: 'fortran')
21
endif
22
23
0 commit comments