commit ea8b0d3482380bf2e771aa76cbd0fca385b9397f parent b5951e4c4d221051190274233ec5928d633320fd Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Wed, 6 Nov 2024 21:08:13 +0100 build: Remove -Wall It generates too much noise. Diffstat:
M | scripts/build/tool/gnu.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/build/tool/gnu.mk b/scripts/build/tool/gnu.mk @@ -1,4 +1,4 @@ -TOOLCFLAGS = -g -static -nostdinc -ffreestanding -std=c99 -fno-stack-protector -MD -Wall +TOOLCFLAGS = -g -static -nostdinc -ffreestanding -std=c99 -fno-stack-protector -MD TOOLLDFLAGS = -static -z nodefaultlib COMP = gcc