(svn r12969) -Codechange: remove a completely pointless file.

This commit is contained in:
rubidium
2008-05-06 14:24:33 +00:00
parent 8da41ec62e
commit fb1db90cc6
6 changed files with 2 additions and 22 deletions

View File

@@ -882,7 +882,7 @@ make_cflags_and_ldflags() {
# Each debug level reduces the optimalization by a bit
if [ $enable_debug -ge 1 ]; then
CFLAGS="$CFLAGS -g -D_DEBUG"
CFLAGS="$CFLAGS -g -D_DEBUG -D_FORTIFY_SOURCE=2"
if [ "$os" = "PSP" ]; then
CFLAGS="$CFLAGS -G0"
fi