Makefile: enable warnings and debugging symbols
authorFelipe Balbi <balbi@ti.com>
Wed, 15 Dec 2010 12:28:16 +0000 (14:28 +0200)
committerAnand Gadiyar <gadiyar@ti.com>
Mon, 20 Dec 2010 06:48:00 +0000 (12:18 +0530)
... when compiling signGP.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Makefile

index 955d1fe..d134fdc 100644 (file)
--- 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