summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-06 14:24:33 +0000
committerrubidium <rubidium@openttd.org>2008-05-06 14:24:33 +0000
commitfb1db90cc670bf09ad985a73eeefed50729d9752 (patch)
tree440bbe8b1fa8109e1418a6a5804de52f70925ead /config.lib
parent8da41ec62e4e697ea84d9615738a4feb647a8908 (diff)
downloadopenttd-fb1db90cc670bf09ad985a73eeefed50729d9752.tar.xz
(svn r12969) -Codechange: remove a completely pointless file.
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
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