forked from M-Labs/nac3
1
0
Fork 0

core: Apply cargo format

This commit is contained in:
David Mak 2024-07-09 13:31:29 +08:00
parent 25d2de67f7
commit c820daf5f8
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ fn main() {
let flags: &[&str] = &[
"--target=wasm32",
FILE,
"-x", "c++",
"-x",
"c++",
"-fno-discard-value-names",
"-fno-exceptions",
"-fno-rtti",