mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 12:33:14 +00:00
remove cxx_flags
This commit is contained in:
parent
1f5837ae25
commit
b1e5e5161a
@ -3,7 +3,7 @@
|
||||
|
||||
//@ ignore-cross-compile
|
||||
|
||||
use run_make_support::{cc, extra_c_flags, extra_cxx_flags, run, rustc, static_lib};
|
||||
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};
|
||||
use std::fs;
|
||||
|
||||
fn main() {
|
||||
@ -12,7 +12,6 @@ fn main() {
|
||||
.input(static_lib("foo"))
|
||||
.out_exe("bar")
|
||||
.args(&extra_c_flags())
|
||||
.args(&extra_cxx_flags())
|
||||
.run();
|
||||
run("bar");
|
||||
fs::remove_file(static_lib("foo"));
|
||||
|
Loading…
Reference in New Issue
Block a user