Fix build errors.
This commit is contained in:
parent
7bb2f7dba0
commit
8b6764c4ef
@ -4,7 +4,10 @@
|
||||
// `target-cpu` compiler flags to opt-in more hardware-specific
|
||||
// features.
|
||||
|
||||
use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};
|
||||
use super::{
|
||||
CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, RelocModel, RelroLevel, StackProbeType,
|
||||
Target, TargetOptions,
|
||||
};
|
||||
|
||||
pub fn target() -> Target {
|
||||
let opts = TargetOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user