Update ABOUT_GN_ARGS.md
This commit is contained in:
parent
dbbf912da6
commit
58df4ec866
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue