diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-01-16 05:04:20 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-05-08 23:55:33 +0200 |
commit | 4c5b4752786ae2c174cd8fa8aa42b27a0994f34a (patch) | |
tree | d5ce98f93f756a83e19aa92cb7f28e85423d4a12 /config_host | |
parent | 59c1fa3f12ec79c97fd65e86b6d8df200edbe94b (diff) |
sal: log windows trace output to debugger console
Change-Id: Ic8fea70fd3b0b2d4881cd30e3616f5bbf7c0c533
Reviewed-on: https://gerrit.libreoffice.org/53776
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_options.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |