summaryrefslogtreecommitdiffstats
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-08 14:20:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-08 14:22:00 +0200
commiteae3f52f94f2ce3633539ad782d5c1e768c52089 (patch)
treeda3cc146f5eea6c83179a88ed8125605041349ec /config_host
parentRelated: fdo#77720 Writer crashes when running Mail Merge Wizard (diff)
downloadcore-eae3f52f94f2ce3633539ad782d5c1e768c52089.tar.gz
core-eae3f52f94f2ce3633539ad782d5c1e768c52089.zip
New --disable-runtime-optimizations
...to better serve the needs of tools like -fsanitize=address Change-Id: Ic2f2b981b2f5c1bc95ff91bc7a8d21fbb695dc8d
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_options.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_host/config_options.h.in b/config_host/config_options.h.in
index 6c882d7fedcf..0223f089ce2b 100644
--- a/config_host/config_options.h.in
+++ b/config_host/config_options.h.in
@@ -9,7 +9,8 @@
* Whether we want to link as many object files as possible into one big object.
* True in case of --enable-lto or --enable-mergelibs.
*/
-
#define STATIC_LINKING 0
+#define ENABLE_RUNTIME_OPTIMIZATIONS 0
+
#endif