We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158cd8a commit be162edCopy full SHA for be162ed
tests/kvm/bin.rs
@@ -1,5 +1,5 @@
1
#![feature(linkage, naked_functions, asm, const_fn, test, proc_macro)]
2
-// Execute using: RUSTFLAGS="-C soft-float -C relocation-model=static -C code-model=kernel" RUST_BACKTRACE=1 cargo test --verbose --test kvm -- --nocapture
+// Execute using: RUSTFLAGS="-C relocation-model=dynamic-no-pic -C code-model=kernel" RUST_BACKTRACE=1 cargo test --verbose --test kvm -- --nocapture
3
4
extern crate kvm;
5
extern crate memmap;
0 commit comments