Re-add PCRE_CFLAGS removed by #1040
This commit is contained in:
parent
e081d080d1
commit
055e54327d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if test "`$GREP -c '\b-O' >/dev/null ; echo $?`" = "0" ; then
|
|||
CFLAGS="$CFLAGS -O2"
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS $PTHREAD_CFLAGS -Wall -Wextra -Wformat=2 -Wno-format-nonliteral -Wshadow"
|
||||
CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PCRE_CFLAGS -Wall -Wextra -Wformat=2 -Wno-format-nonliteral -Wshadow"
|
||||
CFLAGS="$CFLAGS -Wpointer-arith -Wcast-qual -Wmissing-prototypes -Wno-missing-braces -std=gnu89 -D_GNU_SOURCE"
|
||||
LDFLAGS="$LDFLAGS"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue