Oops pt 2
This commit is contained in:
@@ -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),
|
||||
"-",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user