Skip to content

Place artifacts of the default target into a subdirectory of ./target #785

@huonw

Description

@huonw

We currently have cargo build putting things in ./target and cargo build --release putting them in ./target/release. This leads to confusion, and could be improved by instead building everything to a subdirectory, e.g. ./target/debug for the default target.

(It occurs to me that the current scheme could fail catastrophically if a binary was called release.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions