aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/spring/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile
index 101b6f636ab4..a4d71427142c 100644
--- a/games/spring/Makefile
+++ b/games/spring/Makefile
@@ -50,7 +50,8 @@ NO_STAGE= yes
.if defined(WITH_SYNC_DEBUG)
CFLAGS= # empty
CXXFLAGS= # empty
-CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=DEBUG2 -DTRACE_SYNC=true -DSYNCDEBUG=true
+CMAKE_ARGS+= -DTRACE_SYNC=true -DSYNCDEBUG=true
+CMAKE_BUILD_TYPE= DEBUG2
.endif
post-patch: