Skip to content

Commit

Permalink
Merge pull request wasm3#1 from oasisprotocol/kostko/fix/err-verbosity
Browse files Browse the repository at this point in the history
wasm3-sys: Disable verbose errors
  • Loading branch information
kostko authored Sep 30, 2021
2 parents 62cc1e9 + f9eb928 commit eb08659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wasm3-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ fn gen_bindings() {
}
),
"-Dd_m3LogOutput=0",
"-Dd_m3VerboseErrorMessages=0",
"-Iwasm3/source",
]
.iter(),
Expand Down Expand Up @@ -137,5 +138,6 @@ fn main() {
Some("0")
},
);
cfg.define("d_m3VerboseErrorMessages", Some("0"));
cfg.compile("wasm3");
}

0 comments on commit eb08659

Please sign in to comment.