Fixed the makefile so that non-debug builds are non-debug again.

This commit is contained in:
OBattler
2018-09-09 19:38:11 +02:00
parent ab401809a7
commit be2bc61f78

View File

@@ -8,7 +8,7 @@
# #
# Makefile for Win32 (MinGW32) environment. # Makefile for Win32 (MinGW32) environment.
# #
# Version: @(#)Makefile.mingw 1.0.123 2018/09/02 # Version: @(#)Makefile.mingw 1.0.124 2018/09/09
# #
# Authors: Miran Grca, <mgrca8@gmail.com> # Authors: Miran Grca, <mgrca8@gmail.com>
# Fred N. van Kempen, <decwiz@yahoo.com> # Fred N. van Kempen, <decwiz@yahoo.com>
@@ -70,7 +70,7 @@ ifeq ($(DEV_BUILD), y)
endif endif
else else
ifndef DEBUG ifndef DEBUG
DEBUG := y DEBUG := n
endif endif
ifndef DEV_BRANCH ifndef DEV_BRANCH
DEV_BRANCH := n DEV_BRANCH := n