From 5d8f7b16c8490d6951772fa98c1f075a952cc571 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 26 Jan 2016 12:43:40 +0100 Subject: common/exechelp: Disable debugging by default. * common/exechelp-w32.c (DEBUG_W32_SPAWN): Set to 0. Signed-off-by: Justus Winter --- common/exechelp-w32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/exechelp-w32.c') diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c index 1a29973e6..3ddff8ee5 100644 --- a/common/exechelp-w32.c +++ b/common/exechelp-w32.c @@ -65,7 +65,7 @@ #include "exechelp.h" /* Define to 1 do enable debugging. */ -#define DEBUG_W32_SPAWN 1 +#define DEBUG_W32_SPAWN 0 /* It seems Vista doesn't grok X_OK and so fails access() tests. -- cgit v1.2.3