diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index b1ff669bf..7593f5bf0 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -8,7 +8,7 @@ # # 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, # Fred N. van Kempen, @@ -70,7 +70,7 @@ ifeq ($(DEV_BUILD), y) endif else ifndef DEBUG - DEBUG := y + DEBUG := n endif ifndef DEV_BRANCH DEV_BRANCH := n