Closed
Description
Sometimes it can be useful to disable certain extensions even if the host cpu sports them.
- Refactor the cached check logic in
src/detect/mod.rs
- Add a
RUST_STD_DETECT_DISABLE
env::var
check- Takes a space separate list of strings
- For each of them mapping to an arch Feature, turn it off.
- Document its existence
@gnzlbg Do you see any problem in this approach?
Metadata
Metadata
Assignees
Labels
No labels