Skip to content

Commit

Permalink
rename the flag to --experimental-no-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry- committed Dec 19, 2022
1 parent 10c3104 commit 26d0b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/wasm2c.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void ParseOptions(int argc, char** argv) {
s_features.AddOptions(&parser);
parser.AddOption("no-debug-names", "Ignore debug names in the binary file",
[]() { s_read_debug_names = false; });
parser.AddOption("no-sandbox",
parser.AddOption("experimental-no-sandbox",
"Disable all sandboxing and unify host and WebAssembly\n"
"address space for maximum compatibility.\n",
[]() { s_write_c_options.no_sandbox = true; });
Expand Down

0 comments on commit 26d0b9b

Please sign in to comment.