Skip to content

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

Open
@mrexodia

Description

@mrexodia
[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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementModification in behavior that improves the qualitygood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions