Skip to content

Commit

Permalink
PS2: Do not add RELEASE_BUILD
Browse files Browse the repository at this point in the history
First merge screw up: I meant to comment these lines out (as they area
now -- in fact, these lines did not exist pre-merge at all, I moved the
-DRELEASE_BUILD additions manually to their own lines, so I could
comment them out, and then promptly forgot. *sigh*)

On the pro side, it was very easy to spot and correct this mistake!
  • Loading branch information
fingolfin committed Jun 1, 2011
1 parent a4610df commit 90f2cde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion backends/platform/ps2/Makefile.gdb
Expand Up @@ -62,7 +62,8 @@ INCDIR = ../../../
# DEPDIR = .deps

DEFINES = -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_ZLIB -DFORCE_RTL -DDISABLE_SAVEGAME_SORTING -D_EE -D__PLAYSTATION2__ -D__PS2_DEBUG__ -g -Wall -Wno-multichar -fno-rtti -fno-exceptions # -DNO_ADAPTOR
DEFINES += -DRELEASE_BUILD
# for release builds:
#DEFINES += -DRELEASE_BUILD

INCLUDES = $(addprefix -I$(PS2_EXTRA),$(PS2_EXTRA_INCS))
INCLUDES += -I $(PS2GDB)/ee -I $(PS2SDK)/ee/include -I $(PS2SDK)/common/include -I ./common -I . -I $(srcdir) -I $(srcdir)/engines
Expand Down
3 changes: 2 additions & 1 deletion backends/platform/ps2/Makefile.ps2
Expand Up @@ -62,7 +62,8 @@ INCDIR = ../../../
# DEPDIR = .deps

DEFINES = -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_ZLIB -DFORCE_RTL -DDISABLE_SAVEGAME_SORTING -D_EE -D__PLAYSTATION2__ -G2 -O2 -Wall -Wno-multichar -fno-rtti -fno-exceptions # -DNO_ADAPTOR
DEFINES += -DRELEASE_BUILD
# for release builds:
#DEFINES += -DRELEASE_BUILD

INCLUDES = $(addprefix -I$(PS2_EXTRA),$(PS2_EXTRA_INCS))
INCLUDES += -I $(PS2SDK)/ee/include -I $(PS2SDK)/common/include -I ./common -I . -I $(srcdir) -I $(srcdir)/engines
Expand Down

0 comments on commit 90f2cde

Please sign in to comment.