Fix build errors.
This commit is contained in:
parent
7bb2f7dba0
commit
8b6764c4ef
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@
|
||||||
// `target-cpu` compiler flags to opt-in more hardware-specific
|
// `target-cpu` compiler flags to opt-in more hardware-specific
|
||||||
// features.
|
// features.
|
||||||
|
|
||||||
use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};
|
use super::{
|
||||||
|
CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, RelocModel, RelroLevel, StackProbeType,
|
||||||
|
Target, TargetOptions,
|
||||||
|
};
|
||||||
|
|
||||||
pub fn target() -> Target {
|
pub fn target() -> Target {
|
||||||
let opts = TargetOptions {
|
let opts = TargetOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue