##// END OF EJS Templates
setup: stop asking cargo to spam...
Valentin Gatien-Baron -
r45365:47787a48 default
parent child Browse files
Show More
@@ -1396,7 +1396,7 b' class RustExtension(Extension):'
1396
1396
1397 env['HOME'] = pwd.getpwuid(os.getuid()).pw_dir
1397 env['HOME'] = pwd.getpwuid(os.getuid()).pw_dir
1398
1398
1399 cargocmd = ['cargo', 'rustc', '-vv', '--release']
1399 cargocmd = ['cargo', 'rustc', '--release']
1400
1400
1401 feature_flags = []
1401 feature_flags = []
1402
1402
General Comments 0
You need to be logged in to leave comments. Login now