mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
put mcpu in comments
This commit is contained in:
parent
030a504bd2
commit
6e23919811
6 changed files with 19 additions and 34 deletions
|
@ -146,7 +146,13 @@ pub fn build_and_preprocess_host(
|
|||
) -> io::Result<()> {
|
||||
let dummy_lib = host_input_path.with_file_name("libapp.so");
|
||||
generate_dynamic_lib(target, exposed_to_host, &dummy_lib)?;
|
||||
rebuild_host(opt_level, target, host_input_path, Some(&dummy_lib), target_valgrind);
|
||||
rebuild_host(
|
||||
opt_level,
|
||||
target,
|
||||
host_input_path,
|
||||
Some(&dummy_lib),
|
||||
target_valgrind,
|
||||
);
|
||||
let dynhost = host_input_path.with_file_name("dynhost");
|
||||
let metadata = host_input_path.with_file_name("metadata");
|
||||
let prehost = host_input_path.with_file_name("preprocessedhost");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue