Oops pt 2
This commit is contained in:
parent
b0b71d7723
commit
9ea5deb23a
@ -101,7 +101,7 @@ func (this *Compiler) CompileModule (module *llvm.Module, filetype string) error
|
||||
"-c",
|
||||
"-x", "ir",
|
||||
"-o", this.Output,
|
||||
fmt.Sprintf("-O=%d", this.Optimization),
|
||||
fmt.Sprintf("-O%d", this.Optimization),
|
||||
"-",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user