From 743eb46fb998aa6deaaa2569b9ff84726ed286fe Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 3 Dec 2010 11:58:13 +0000 Subject: gcc -Wall -Werror --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 54fe85b..a9807b6 100644 --- a/makefile +++ b/makefile @@ -8,11 +8,11 @@ clean: .PHONY: all clean package %: %.mm - $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc -framework SpringBoardServices + $${PKG_TARG}-g++ -Wall -Werror -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc -framework SpringBoardServices ldid -S $@ %: %.c - $${PKG_TARG}-gcc -o $@ $< -framework CoreFoundation + $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation ldid -S $@ package: all -- cgit v1.2.3