Skip to content

Commit

Permalink
[GX] build with larger stack on all builds by default. Fixes libretro…
Browse files Browse the repository at this point in the history
  • Loading branch information
ToadKing committed Jun 13, 2015
1 parent f5455c9 commit 1aaf8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.griffin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEBUG = 0
HAVE_LOGGER = 0
HAVE_FILE_LOGGER = 0
WHOLE_ARCHIVE_LINK = 0
BIG_STACK = 0
BIG_STACK = 1
PC_DEVELOPMENT_IP_ADDRESS = 255.255.255.255
PC_DEVELOPMENT_UDP_PORT = 3490

Expand Down Expand Up @@ -38,7 +38,7 @@ TARGET_NAME := retroarch

INCLUDE :=
LDFLAGS :=
LIBDIRS :=
LIBDIRS :=

SHADER_CG_DIR := media/shaders_cg
OVERLAY_DIR := media/overlays
Expand Down

0 comments on commit 1aaf8b3

Please sign in to comment.