diff options
author | Tim Angus <tim@ngus.net> | 2005-07-03 02:15:59 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-07-03 02:15:59 +0000 |
commit | b241a2db32d60741d6f9e23934a564460f23a386 (patch) | |
tree | 4e03f7749733b4896d7583a68309a1518d788555 /Makefile | |
parent | 7e630e1fcdfc61a3c88fffbf49a96cccd636cbf4 (diff) |
* Booster needs to spawn before boosting
* Fix to [ 962477 ] Chasecam bug
* Added -Werror to CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |