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.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config_host/config_options.h.in b/config_host/config_options.h.in
new file mode 100644
index 000000000000..6c882d7fedcf
--- /dev/null
+++ b/config_host/config_options.h.in
@@ -0,0 +1,15 @@
+/*
+ * General configuration settings for various options.
+ */
+
+#ifndef CONFIG_OPTIONS_H
+#define CONFIG_OPTIONS_H
+
+/*
+ * 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
+
+#endif