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

Suggestions for non-existent link-flags or compile-flags or flags target keys #134

Open
mrexodia opened this issue Jan 6, 2024 · 0 comments
Labels
enhancement Modification in behavior that improves the quality good first issue Good for newcomers

Comments

@mrexodia
Copy link
Contributor

mrexodia commented Jan 6, 2024

[target.test]
type = "executable"
link-flags = ["/NOENTRY"]

This will error with:

[error] Unknown key 'link-flags'
 --> C:\CodeBlocks\x64dbg_tests\cmake.toml:12
    |
 12 | link-flags = ["/NOENTRY"]
    | ~~~~~~~~~~

This should be something like: Unknown key 'link-flags' (did you mean 'link-options'?). Same for a few other keys that users might try (see title).

@mrexodia mrexodia added enhancement Modification in behavior that improves the quality good first issue Good for newcomers labels Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Modification in behavior that improves the quality good first issue Good for newcomers
Development

No branches or pull requests

1 participant