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 4071e13 commit 9f200c3Copy full SHA for 9f200c3
fpm/src/fpm_backend.f90
@@ -38,6 +38,8 @@ subroutine build_package(model)
38
linking = " "
39
end if
40
41
+ linking = linking//" "//model%link_flags
42
+
43
do i=1,size(model%targets)
44
45
call build_target(model,model%targets(i)%ptr,linking)
0 commit comments