-
Notifications
You must be signed in to change notification settings - Fork 84
support injecting link options #220
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels