aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-06-27 17:06:10 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-06-27 17:11:39 +0200
commitfaa449f2c2353aad5ebd61f27181fdc576a6ab78 (patch)
treeb0921ce37ca84a38d13fd0c8a24f98eae8c595e5 /Makefile.linux
parent51b272276ff72b2856b2704708644bca143eef64 (diff)
downloadterex-faa449f2c2353aad5ebd61f27181fdc576a6ab78.tar.gz
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.
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux2
1 files changed, 1 insertions, 1 deletions
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