Change build.sh
This commit is contained in:
parent
7f2a8f8a66
commit
7d3f2ba49f
2 changed files with 14 additions and 11 deletions
|
@ -253,7 +253,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
|
|||
context: Context::new(),
|
||||
};
|
||||
|
||||
let mut log = ::std::fs::File::create("log.txt").unwrap();
|
||||
let mut log = ::std::fs::File::create("target/out/log.txt").unwrap();
|
||||
|
||||
let before = ::std::time::Instant::now();
|
||||
let mono_items =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue