diff --git a/games/taisei/Makefile b/games/taisei/Makefile index 573ae2e4568..f6fcc780a7e 100644 --- a/games/taisei/Makefile +++ b/games/taisei/Makefile @@ -75,6 +75,9 @@ CONFIGURE_ARGS += -D${lib}:default_library=shared .endfor DEBUG_PACKAGES = ${BUILD_PACKAGES} -CONFIGURE_ARGS += -Ddebug=true -Dstrip=false .include + +.if empty(INSTALL_STRIP) +CONFIGURE_ARGS += -Ddebug=true -Dstrip=false +.endif