summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-09-14 13:40:42 +0200
committerGravatar Nikias Bassen2024-09-14 13:40:42 +0200
commit81a4165b4ff6fab72039481e2600a5b68bd638f6 (patch)
tree18d9eaa07140b54d9c9c69cfeb4799664292bf6e
parenta2cafe20d9993bda129a2ac41e84f975a2a787bd (diff)
downloadusbmuxd-81a4165b4ff6fab72039481e2600a5b68bd638f6.tar.gz
usbmuxd-81a4165b4ff6fab72039481e2600a5b68bd638f6.tar.bz2
configure.ac: Don't explicitly add -g to compiler flags
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4dd49f1..69a3aad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,7 +153,7 @@ AM_CONDITIONAL(WIN32, test x$win32 = xtrue)
AC_SUBST([UDEV_SUB])
AC_SUBST([SYSTEMD_SUB])
-AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-g -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter")
+AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter")
AC_SUBST(GLOBAL_CFLAGS)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])