From 8092ceae4b782f75052e26840be00fe9c01dd66b Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Wed, 15 Dec 2010 14:28:16 +0200 Subject: [PATCH] Makefile: enable warnings and debugging symbols ... when compiling signGP. Signed-off-by: Felipe Balbi Acked-by: Nishanth Menon Signed-off-by: Anand Gadiyar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 955d1fe..d134fdc 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ oneboot: x-load.bin scripts/mkoneboot.sh signGP: scripts/signGP.c - gcc -O3 -o signGP $< + gcc -Wall -g -O3 -o signGP $< ######################################################################### else -- 2.39.5