From b241a2db32d60741d6f9e23934a564460f23a386 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 3 Jul 2005 02:15:59 +0000 Subject: * Booster needs to spawn before boosting * Fix to [ 962477 ] Chasecam bug * Added -Werror to CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4fa55abe..71dae080 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ RPMARCH=i386 VENDOR=unknown endif #alpha test -BASE_CFLAGS=-pipe -Wall +BASE_CFLAGS=-pipe -Wall -Werror DEBUG_CFLAGS=$(BASE_CFLAGS) -g -pg DEPEND_CFLAGS= -MM -- cgit