Skip to content

Commit f9eb928

Browse files
committed
wasm3-sys: Disable verbose errors
1 parent 62cc1e9 commit f9eb928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wasm3-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ fn gen_bindings() {
7676
}
7777
),
7878
"-Dd_m3LogOutput=0",
79+
"-Dd_m3VerboseErrorMessages=0",
7980
"-Iwasm3/source",
8081
]
8182
.iter(),
@@ -137,5 +138,6 @@ fn main() {
137138
Some("0")
138139
},
139140
);
141+
cfg.define("d_m3VerboseErrorMessages", Some("0"));
140142
cfg.compile("wasm3");
141143
}

0 commit comments

Comments
 (0)