From faa449f2c2353aad5ebd61f27181fdc576a6ab78 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 27 Jun 2026 17:06:10 +0200 Subject: renamed re_comp() to tere_comp() and re_exec() to tere_exec() Fixes inclusion into programs that also include unistd.h on BSD, which also provides re_comp() and re_exec() implementations. --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.linux') diff --git a/Makefile.linux b/Makefile.linux index e1dac8f..0f3d37f 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,6 +1,6 @@ CC = gcc # Either this one -CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -DREG_DEBUG -g +CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -DREG_DEBUG -g -O0 # Or this one #CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -D_NDEBUG -O3 LDFLAGS = -shared -- cgit v1.2.3