summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-07-03 02:15:59 +0000
committerTim Angus <tim@ngus.net>2005-07-03 02:15:59 +0000
commitb241a2db32d60741d6f9e23934a564460f23a386 (patch)
tree4e03f7749733b4896d7583a68309a1518d788555 /Makefile
parent7e630e1fcdfc61a3c88fffbf49a96cccd636cbf4 (diff)
* Booster needs to spawn before boosting
* Fix to [ 962477 ] Chasecam bug * Added -Werror to CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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