std_detect_env_override should be disabled by default
This commit is contained in:
parent
88fe414dd3
commit
579e4cc655
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ auxv = "0.3.3"
|
|||
cupid = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = [ "std_detect_dlsym_getauxval", "std_detect_file_io", "std_detect_env_override" ]
|
||||
default = [ "std_detect_dlsym_getauxval", "std_detect_file_io" ]
|
||||
std_detect_file_io = []
|
||||
std_detect_dlsym_getauxval = [ "libc" ]
|
||||
std_detect_env_override = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue