Skip to content

Commit c461c64

Browse files
committed
comment
1 parent 06ebcfd commit c461c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fpm_targets.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ subroutine build_target_list(targets,model)
309309

310310
associate(target => targets(size(targets))%ptr)
311311

312+
! Linker-only flags are necessary on some compilers for codes with non-Fortran main
312313
select case (exe_type)
313314
case (FPM_TARGET_C_OBJECT)
314315
call model%compiler%get_main_flags("c",compile_flags)

0 commit comments

Comments
 (0)