core: Do not discard value names for IRRT

pull/371/head
David Mak 2023-11-22 13:35:56 +08:00
parent f01d833d48
commit 1c3a823670
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ fn main() {
const FLAG: &[&str] = &[
"--target=wasm32",
FILE,
"-fno-discard-value-names",
"-O3",
"-emit-llvm",
"-S",