1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00

use -g unconditionally

This commit is contained in:
Charles Kerr 2008-12-17 01:11:35 +00:00
parent 1a7ab297ea
commit 2e60cd3a33

View file

@ -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