diff options
| author | 2024-09-14 13:40:42 +0200 | |
|---|---|---|
| committer | 2024-09-14 13:40:42 +0200 | |
| commit | 81a4165b4ff6fab72039481e2600a5b68bd638f6 (patch) | |
| tree | 18d9eaa07140b54d9c9c69cfeb4799664292bf6e /configure.ac | |
| parent | a2cafe20d9993bda129a2ac41e84f975a2a787bd (diff) | |
| download | usbmuxd-81a4165b4ff6fab72039481e2600a5b68bd638f6.tar.gz usbmuxd-81a4165b4ff6fab72039481e2600a5b68bd638f6.tar.bz2 | |
configure.ac: Don't explicitly add -g to compiler flags
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
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) | |||
| 153 | AC_SUBST([UDEV_SUB]) | 153 | AC_SUBST([UDEV_SUB]) |
| 154 | AC_SUBST([SYSTEMD_SUB]) | 154 | AC_SUBST([SYSTEMD_SUB]) |
| 155 | 155 | ||
| 156 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-g -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") | 156 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") |
| 157 | AC_SUBST(GLOBAL_CFLAGS) | 157 | AC_SUBST(GLOBAL_CFLAGS) |
| 158 | 158 | ||
| 159 | m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) | 159 | m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) |
