mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Enforcing -DNDEBUG (default normally)
This commit is contained in:
@@ -312,11 +312,11 @@ AC_ARG_ENABLE(assertions,
|
|||||||
assertions=-UNDEBUG
|
assertions=-UNDEBUG
|
||||||
MODSEC_EXTRA_CFLAGS="$MODSEC_EXTRA_CFLAGS $assertions"
|
MODSEC_EXTRA_CFLAGS="$MODSEC_EXTRA_CFLAGS $assertions"
|
||||||
else
|
else
|
||||||
assertions=
|
assertions=-DNDEBUG
|
||||||
fi
|
fi
|
||||||
]],
|
]],
|
||||||
[
|
[
|
||||||
assertions=
|
assertions=-DNDEBUG
|
||||||
])
|
])
|
||||||
# Add PCRE Studying
|
# Add PCRE Studying
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user