summaryrefslogtreecommitdiff
path: root/config_host/config_options.h.in
diff options
context:
space:
mode:
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