We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabec99 commit 6969e5fCopy full SHA for 6969e5f
mk/target.mk
@@ -15,9 +15,9 @@ export CFG_COMPILER_TRIPLE
15
16
# The standard libraries should be held up to a higher standard than any old
17
# code, make sure that these common warnings are denied by default. These can
18
-# be overridden during development temporarily. For stage0, we allow all these
19
-# to suppress warnings which may be bugs in stage0 (should be fixed in stage1+)
20
-WFLAGS_ST0 = -A warnings
+# be overridden during development temporarily. For stage0, we allow warnings
+# which may be bugs in stage0 (should be fixed in stage1+)
+WFLAGS_ST0 = -W warnings
21
WFLAGS_ST1 = -D warnings
22
WFLAGS_ST2 = -D warnings
23
0 commit comments