From fb1db90cc670bf09ad985a73eeefed50729d9752 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 6 May 2008 14:24:33 +0000 Subject: (svn r12969) -Codechange: remove a completely pointless file. --- config.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.lib') diff --git a/config.lib b/config.lib index 4b88c8d9b..69385ca5b 100644 --- a/config.lib +++ b/config.lib @@ -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 -- cgit v1.2.3-54-g00ecf