summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <swalter@redhat.com>2026-03-28 08:58:03 +0100
committerStef Walter <swalter@redhat.com>2026-03-28 08:58:03 +0100
commit324a1e84ff12a19c04b55e0cb4bc60db45825da9 (patch)
treeb4bb629cbffea883086e3a7aad50b2530c404b53 /configure.in
parent67e18f604dfd47a158930d1395a1a8522a0ad958 (diff)
Fix Linux build problems
* Disable deprecated function usage errors * Don't use 'true' as an identifier name * Remove buffer overflow warning.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 70257eb..b6ce040 100644
--- a/configure.in
+++ b/configure.in
@@ -51,6 +51,8 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
+CFLAGS="$CFLAGS -g -O0 -Wall -Wno-deprecated-declarations"
+
# Debug mode
AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug],