Skip to content
Snippets Groups Projects
Commit 0504594a authored by Richard Mudgett's avatar Richard Mudgett
Browse files

core: AST_DEVMODE no longer affects ABI.

Remove AST_DEVMODE from the AST_BUILDOPTS list and the AST_BUILDOPTS_SUM
calculation as it no longer affects API/ABI compatibility.

Change-Id: Id5bd6dfade173a53b3a49f715586b86e3fb24acb
parent 849b96ed
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ END
if ${GREP} "AST_DEVMODE" makeopts | ${GREP} -q "yes"
then
echo "#define AST_DEVMODE 1"
BUILDOPTS="AST_DEVMODE"
# AST_DEVMODE is no longer an API/ABI affecting option so it no longer
# gets added to BUILDOPTS.
fi
TMP=`${GREP} -e "^MENUSELECT_CFLAGS" menuselect.makeopts | sed 's/MENUSELECT_CFLAGS\=//g' | sed 's/-D//g'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment