... which is better match for LDFLAGS which may have options other than -l that should appear on linker command line earlier.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
We had r703aad1d specifically because people needed the -l flags to come after the object files. What sort of flags need to come earlier?
Comment Actions
Good point.
I was porting some non-cmake build into the test-suite and wanted to arrange linker flags just so with one object linked before .o files built by cmake from sources. I've figured out a way to do what I wanted using standard cmake features since then, so I don't depend on this change.