Merge "Set AGGRESSIVE_FREE_AFTER_REGEX_MATCH"

This commit is contained in:
Treehugger Robot 2023-01-19 12:07:55 +00:00 committed by Gerrit Code Review
commit 2529ea6e51

View file

@ -40,6 +40,7 @@ common_CFLAGS = [
"-DNO_MEDIA_BACKEND",
"-DNO_X_BACKEND",
"-DNO_DB_BACKEND",
"-DAGGRESSIVE_FREE_AFTER_REGEX_MATCH",
"-Wall",
"-Werror",
"-Wno-error=missing-noreturn",