summaryrefslogtreecommitdiff
path: root/config_host/config_options.h.in
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/config_options.h.in
parent6d14a2c264506e8d5272e87e99f140b1f976b6ef (diff)
New --disable-runtime-optimizations
...to better serve the needs of tools like -fsanitize=address Change-Id: Ic2f2b981b2f5c1bc95ff91bc7a8d21fbb695dc8d
Diffstat (limited to 'config_host/config_options.h.in')
-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