Allow all warnings in stage0 to account for bugs
This commit is contained in:
parent
74f4badcab
commit
634eddb28e
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ export CFG_COMPILER_TRIPLE
|
||||||
# code, make sure that these common warnings are denied by default. These can
|
# code, make sure that these common warnings are denied by default. These can
|
||||||
# be overridden during development temporarily. For stage0, we allow all these
|
# be overridden during development temporarily. For stage0, we allow all these
|
||||||
# to suppress warnings which may be bugs in stage0 (should be fixed in stage1+)
|
# to suppress warnings which may be bugs in stage0 (should be fixed in stage1+)
|
||||||
# NOTE: add "-A warnings" after snapshot to WFLAGS_ST0
|
WFLAGS_ST0 = -A warnings
|
||||||
WFLAGS_ST0 = -A unrecognized-lint
|
|
||||||
WFLAGS_ST1 = -D warnings
|
WFLAGS_ST1 = -D warnings
|
||||||
WFLAGS_ST2 = -D warnings
|
WFLAGS_ST2 = -D warnings
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue