Oops pt 2

This commit is contained in:
Sasha Koshka 2023-12-13 03:40:40 -05:00
parent b0b71d7723
commit 9ea5deb23a

View File

@ -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),
"-",
}