From: Felipe Balbi Date: Wed, 15 Dec 2010 12:28:16 +0000 (+0200) Subject: Makefile: enable warnings and debugging symbols X-Git-Tag: v1.5.0~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8092ceae4b782f75052e26840be00fe9c01dd66b;p=pandora-x-loader.git Makefile: enable warnings and debugging symbols ... when compiling signGP. Signed-off-by: Felipe Balbi Acked-by: Nishanth Menon Signed-off-by: Anand Gadiyar --- 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