mirror of
https://github.com/google/pebble.git
synced 2025-05-17 17:04:53 +00:00
spelling: implicitly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
fdc40c6e40
commit
8ce07c9151
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ def process_emscripten_cprogram_link_args(self):
|
|||
for s in get_rule_and_env_values('emx_other_settings'):
|
||||
add_emcc_settings('-s', s)
|
||||
|
||||
# Emscripten implicitely regenerates caches (libc.bc, dlmalloc.bc,
|
||||
# Emscripten implicitly regenerates caches (libc.bc, dlmalloc.bc,
|
||||
# struct_info.compiled.json and optimizer.exe) as needed.
|
||||
# When running multiple instantiations of emcc in parallel, this is
|
||||
# problematic because they will each race to generate the caches,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue