diff --git a/infra/DEBUG/ABOUT_GN_ARGS.md b/infra/DEBUG/ABOUT_GN_ARGS.md index e858fff5..39415b53 100644 --- a/infra/DEBUG/ABOUT_GN_ARGS.md +++ b/infra/DEBUG/ABOUT_GN_ARGS.md @@ -55,7 +55,7 @@ enable_webui_tab_strip ## Set whether the Tab Strip, and some parts of t use_lld ## Use LLVM lld instead of GNU ld for linking. Should always be enabled unless you are using another linker like MOLD. -v8_symbol_level ## Set the symbol level for V8 (Chromium's JavaScript engine), regardless of symbol_level value. Options are: 0, 1, and 2. Set to 0 for performance. For infor about V8, see > https://v8.dev/ +v8_symbol_level ## Set the symbol level for V8 (Chromium's JavaScript engine), regardless of symbol_level value. Options are: 0, 1, and 2. Set to 0 for performance. For more info about V8, see > https://v8.dev/ use_v8_context_snapshot ## Build a seperate .bin file with V8's function templates and V8 contexts. Enabled in Thorium. ## TODO: Maybe disable this on Linux builds?