From bf2c0459b3b1af707d3a29c1f71e5fd4c1c874fe Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Fri, 8 Mar 2019 17:21:09 +0100 Subject: [PATCH] [scripts] Fix a typo --- scripts/toolchain.windows.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.windows.mak b/scripts/toolchain.windows.mak index 29376ccf4..f8ff215c6 100644 --- a/scripts/toolchain.windows.mak +++ b/scripts/toolchain.windows.mak @@ -6,7 +6,7 @@ EXE = exe SFLAGS += -D_USE_MATH_DEFINES LDFLAGS += -static -ifeq ($(DEBUG),1) +ifeq ($(DEBUG),0) # Defining "-mwindows" prevents the app from launching an instance of cmd.exe # when running the app. That terminal will receive stderr and stdout. The # downside of not defining "-mwindows" is that you lose stdout and stderr.