summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-09-30 06:49:33 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-09-30 06:49:33 -0500
commit224c2952922d769af2d0e77da5612b8b7a649b42 (patch)
tree65f12d79df1c2d87034144c22a5011518eed019b /build_tools
parent73061091b596c01c303dedf99626ab4eac3749cf (diff)
parent8c5c95ad893af5d299da2695a0770cac98739e33 (diff)
Merge "core: Remove ABI effects of LOW_MEMORY."
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_buildopts_h1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h
index c96e50876..900e984e2 100755
--- a/build_tools/make_buildopts_h
+++ b/build_tools/make_buildopts_h
@@ -24,6 +24,7 @@ for x in ${TMP}; do
-o "${x}" = "BETTER_BACKTRACES" \
-o "${x}" = "LOTS_OF_SPANS" \
-o "${x}" = "BUILD_NATIVE" \
+ -o "${x}" = "LOW_MEMORY" \
-o "${x}" = "REF_DEBUG" \
-o "${x}" = "AO2_DEBUG" \
-o "${x}" = "REBUILD_PARSERS" \