[GX] build with larger stack on all builds by default. Fixes #1757

This commit is contained in:
Toad King 2015-06-12 20:38:25 -05:00
parent f5455c9479
commit 1aaf8b3971
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ DEBUG = 0
HAVE_LOGGER = 0 HAVE_LOGGER = 0
HAVE_FILE_LOGGER = 0 HAVE_FILE_LOGGER = 0
WHOLE_ARCHIVE_LINK = 0 WHOLE_ARCHIVE_LINK = 0
BIG_STACK = 0 BIG_STACK = 1
PC_DEVELOPMENT_IP_ADDRESS = 255.255.255.255 PC_DEVELOPMENT_IP_ADDRESS = 255.255.255.255
PC_DEVELOPMENT_UDP_PORT = 3490 PC_DEVELOPMENT_UDP_PORT = 3490