mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
Treat rust warnings as errors
This commit is contained in:
parent
836fc255ba
commit
850fca8fcb
1 changed files with 1 additions and 1 deletions
2
.gn
2
.gn
|
@ -30,7 +30,7 @@ default_args = {
|
||||||
is_component_build = false
|
is_component_build = false
|
||||||
symbol_level = 1
|
symbol_level = 1
|
||||||
treat_warnings_as_errors = false
|
treat_warnings_as_errors = false
|
||||||
rust_treat_warnings_as_errors = false
|
rust_treat_warnings_as_errors = true
|
||||||
|
|
||||||
# https://cs.chromium.org/chromium/src/docs/ccache_mac.md
|
# https://cs.chromium.org/chromium/src/docs/ccache_mac.md
|
||||||
clang_use_chrome_plugins = false
|
clang_use_chrome_plugins = false
|
||||||
|
|
Loading…
Reference in a new issue