summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_options.h.in6
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