From 4c5b4752786ae2c174cd8fa8aa42b27a0994f34a Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 16 Jan 2017 05:04:20 +0100 Subject: sal: log windows trace output to debugger console Change-Id: Ic8fea70fd3b0b2d4881cd30e3616f5bbf7c0c533 Reviewed-on: https://gerrit.libreoffice.org/53776 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- config_host/config_options.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config_host') diff --git a/config_host/config_options.h.in b/config_host/config_options.h.in index 0223f089ce2b..e6c0f8d4c7b0 100644 --- a/config_host/config_options.h.in +++ b/config_host/config_options.h.in @@ -13,4 +13,10 @@ #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