Change build.sh a bit

This commit is contained in:
bjorn3
2018-08-13 19:40:40 +02:00
parent b9d7164eff
commit 257a607e3e
2 changed files with 8 additions and 10 deletions

View File

@@ -255,7 +255,7 @@ impl CodegenBackend for CraneliftCodegenBackend {
defined_functions: Vec::new(),
};
let mut log = ::std::fs::File::create("../target/log.txt").unwrap();
let mut log = ::std::fs::File::create("target/log.txt").unwrap();
let before = ::std::time::Instant::now();
let mono_items =