Observed Behavior
We can currently inject build options and compile options but not link options.
Desired Behavior
Support injecting link options also.
Note that this is a little trickier (or at least different) than injecting build and compile options because we don't have a program object yet when we need to check for link options to inject.
Steps to Reproduce
- Run a program that compiles and links a program separately and provides link options.
- Dump link options.
- Copy the link options to the Inject folder and enable program injection.
- No link options are injected.
Observed Behavior
We can currently inject build options and compile options but not link options.
Desired Behavior
Support injecting link options also.
Note that this is a little trickier (or at least different) than injecting build and compile options because we don't have a program object yet when we need to check for link options to inject.
Steps to Reproduce