diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-06 20:32:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-06 20:32:58 -0400 |
commit | acaff6d05622ec54b37b7f378c2d2b2f723ba8d5 (patch) | |
tree | f92184a43b14c8ff6a15709b6e186f3ae1730697 /tools/setup.py | |
parent | 595b4daa77771458457e178b6b590a044cd41ad0 (diff) |
Remove tools/build.py (#2865)
Testing regression: ASAN build removed.
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-x | tools/setup.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/setup.py b/tools/setup.py index 9f5059358..ddb9dc3e8 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -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 |