You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: