Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support injecting link options #220

Open
bashbaug opened this issue Jul 21, 2021 · 0 comments
Open

support injecting link options #220

bashbaug opened this issue Jul 21, 2021 · 0 comments

Comments

@bashbaug
Copy link
Contributor

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

  1. Run a program that compiles and links a program separately and provides link options.
  2. Dump link options.
  3. Copy the link options to the Inject folder and enable program injection.
  4. No link options are injected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant