rustc_target: Move target_env from Target to TargetOptions
This commit is contained in:
@@ -8,6 +8,7 @@ pub fn opts() -> TargetOptions {
|
||||
);
|
||||
|
||||
TargetOptions {
|
||||
target_env: "gnu".to_string(),
|
||||
disable_redzone: true,
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
stack_probes: true,
|
||||
|
||||
Reference in New Issue
Block a user