From 6629a61c3bde7a79c7ac32d6bffbc72e31e91fc3 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 16 Sep 2017 03:21:15 +0200 Subject: * Removed unneeded -g flag from Makefile. * Aircraft now prevents collision against other aircraft if state == STATE_TAXIING. * Game: new event handlers for new Aircraft collision prevention algorithm. * Font: although not compulsory, _blend_effect_lum should be volatile. * Other minor changes. --- Source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Makefile') diff --git a/Source/Makefile b/Source/Makefile index c6c98a0..1e058bc 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -17,7 +17,7 @@ DEFINE += -DNO_INTRO # Compiler flags LIBS= -lfixmath -CC_FLAGS = -Wall -Werror -c -Os -Wfatal-errors -g +CC_FLAGS = -Wall -Werror -c -Os -Wfatal-errors # Path definitions PSXSDK_PATH = /usr/local/psxsdk -- cgit v1.2.3