config.lib
changeset 9109 f147b35e37c5
parent 9097 b6d5a834e4cd
child 9117 87f472043e9e
--- a/config.lib	Tue May 06 10:31:50 2008 +0000
+++ b/config.lib	Tue May 06 14:24:33 2008 +0000
@@ -882,7 +882,7 @@
 
 		# 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