From b00e966f85221c3702a1f3f90e9494eb480876dd Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 5 Jul 2026 12:01:17 +0200 Subject: Makefile.am: added TEREX_CPPFLAGS This allows you to pass in additional flags like `-DREG_DEBUG`. terex is *not* built with assertions by default unless you define REG_DEBUG. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 699829b..025edee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = -Wall -AM_CPPFLAGS = -DREGEX_STANDALONE +AM_CPPFLAGS = @TEREX_CPPFLAGS@ -DREGEX_STANDALONE noinst_LTLIBRARIES = libterex.la libterex_la_SOURCES = regcomp.c regexec.c regerror.c regfree.c \ -- cgit v1.2.3