From 8c5c95ad893af5d299da2695a0770cac98739e33 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Mon, 19 Sep 2016 05:46:27 -0400 Subject: core: Remove ABI effects of LOW_MEMORY. This allows asterisk to compiled with LOW_MEMORY to load modules built without LOW_MEMORY. ASTERISK-26398 #close Change-Id: I24b78ac9493ab933b11087a8b6794f3c96d4872d --- build_tools/make_buildopts_h | 1 + 1 file changed, 1 insertion(+) (limited to 'build_tools') 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" \ -- cgit v1.2.3