Treat warnings as fatal again, but not for as0 and as1

This commit is contained in:
Ryan Dwyer 2021-11-18 20:57:34 +10:00
parent e8770da22b
commit 217945ff65
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@ CFLAGS = $(C_DEFINES) \
-Olimit 1000 \
-G 0 \
-Xcpluscomm \
-w2 \
-Wab,-w \
-woff 581,649,819,820,821,838,852 \
-I include \
-I include/PR \