From c4380ced324877a91a6df5db938c70ab53a257a1 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 9 May 2018 14:19:00 +0200 Subject: sal: log windows traces to debugger console, take two This reverts most of commit 4c5b4752786ae2c174cd8fa8aa42b27a0994f34a and just keeps the OutputDebugStringA() call unconditionally. Change-Id: Ia838052b3147ca2d66c7d28b04eadd9700244669 Reviewed-on: https://gerrit.libreoffice.org/54029 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- config_host/config_options.h.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config_host') diff --git a/config_host/config_options.h.in b/config_host/config_options.h.in index e6c0f8d4c7b0..0223f089ce2b 100644 --- a/config_host/config_options.h.in +++ b/config_host/config_options.h.in @@ -13,10 +13,4 @@ #define ENABLE_RUNTIME_OPTIMIZATIONS 0 -/* - * If this is a production build (where we might want to cut down on - * debugging options) - */ -#define ENABLE_RELEASE_BUILD 0 - #endif -- cgit