Skip to content
Snippets Groups Projects
Commit e3cd6837 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed frontend hpvm-clang flags

parent e272386c
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,8 @@ class ModelExporter: ...@@ -173,6 +173,8 @@ class ModelExporter:
args = [ args = [
"hpvm-clang", "hpvm-clang",
"-O3",
"-fno-exceptions",
str(self.codefile), str(self.codefile),
str(output_binary), str(output_binary),
*self.compile_args, *self.compile_args,
......
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