mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
ensure that -ggdb3 is used if we're using gcc
This commit is contained in:
parent
2eb1faa5e8
commit
b68a3bb96c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_C_INLINE
|
AC_C_INLINE
|
||||||
if test "x$GCC" = "xyes" ; then
|
if test "x$GCC" = "xyes" ; then
|
||||||
CFLAGS="-Wall -Wformat-security -W -Wmissing-prototypes -Wdeclaration-after-statement -std=gnu99"
|
CFLAGS="-std=gnu99 -ggdb3 -Wall -Wextra -Wredundant-decls -Wpointer-arith -Wformat-security -W -Wmissing-declarations -Wdeclaration-after-statement -Wcast-align -Winline -Winit-self -Wundef -Wnested-externs -Wmissing-format-attribute"
|
||||||
CXXFLAGS="-Wall -Wformat-security -W"
|
CXXFLAGS="-Wall -Wformat-security -W"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue