aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 817d0f914..386f0ba5e 100755
--- a/configure.py
+++ b/configure.py
@@ -1972,6 +1972,7 @@ def create_template_vars(source_paths, build_paths, options, modules, cc, arch,
'with_openmp': options.with_openmp,
'with_debug_asserts': options.with_debug_asserts,
'test_mode': options.test_mode,
+ 'optimize_for_size': options.optimize_for_size,
'mod_list': sorted([m.basename for m in modules])
}