aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2022-07-14 17:24:18 +0200
committerLuca <deri@ntop.org>2022-07-14 17:24:18 +0200
commit842e0a36485e873d2e39702cf3caa3f64a7f7b0c (patch)
tree06c0524f6aab0902c91c2ad62bb9496d491c61c1
parent7c19de49047a5731f3107ff17854e9afe839cc61 (diff)
Restored -O2 in default builds
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5cf96c974..0076d4222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AS_IF([test "${with_sanitizer+set}" = set -a "${with_thread_sanitizer+set}" = se
AS_IF([test "${with_sanitizer+set}" = set -o "${with_thread_sanitizer+set}" = set],[
NDPI_CFLAGS="${NDPI_CFLAGS} -O0 -g3"
],[
- NDPI_CFLAGS="${NDPI_CFLAGS} -g"
+ NDPI_CFLAGS="${NDPI_CFLAGS} -O2"
])
AS_IF([test "${with_sanitizer+set}" = set -o "${with_thread_sanitizer+set}" = set],[
AS_IF([test "x$enable_gprof" = "xyes"], [