Skip to content
Snippets Groups Projects
Commit c4f5220d authored by Russel Arbore's avatar Russel Arbore
Browse files

.

parent 6ba77d30
No related branches found
No related tags found
1 merge request!184Emit align in LLVM
Pipeline #201705 passed
...@@ -831,7 +831,6 @@ impl PassManager { ...@@ -831,7 +831,6 @@ impl PassManager {
let mut nvcc_process = Command::new("nvcc") let mut nvcc_process = Command::new("nvcc")
.arg("-c") .arg("-c")
.arg("-O3") .arg("-O3")
.arg("-march=native")
.arg("-diag-suppress") .arg("-diag-suppress")
.arg("177") .arg("177")
.arg("-o") .arg("-o")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment