mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
use -g unconditionally
This commit is contained in:
parent
1a7ab297ea
commit
2e60cd3a33
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ if test "x$enable_debug" = "xyes" ; then
|
|||
CFLAGS+=" -g "
|
||||
CXXFLAGS+=" -g "
|
||||
else
|
||||
CFLAGS+=" -O3 -funroll-loops -DNDEBUG "
|
||||
CXXFLAGS+=" -O3 -funroll-loops -DNDEBUG "
|
||||
CFLAGS+=" -g -O3 -funroll-loops -DNDEBUG "
|
||||
CXXFLAGS+=" -g -O3 -funroll-loops -DNDEBUG "
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue