mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
parent
595b4daa77
commit
acaff6d056
24 changed files with 179 additions and 4022 deletions
|
@ -140,11 +140,6 @@ def generate_gn_args(mode):
|
|||
# https://github.com/mozilla/sccache/issues/264
|
||||
out += ["treat_warnings_as_errors=false"]
|
||||
|
||||
# Look for sccache; if found, set rustc_wrapper.
|
||||
rustc_wrapper = cacher
|
||||
if rustc_wrapper:
|
||||
out += ['rustc_wrapper=%s' % gn_string(rustc_wrapper)]
|
||||
|
||||
return out
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue