|
Lines 348-357
Link Here
|
| 348 |
[ --enable-debug creates debugging code], |
348 |
[ --enable-debug creates debugging code], |
| 349 |
[ licq_use_debug="$enableval"], [licq_use_debug="no"]) |
349 |
[ licq_use_debug="$enableval"], [licq_use_debug="no"]) |
| 350 |
|
350 |
|
| 351 |
if test "$licq_use_debug" = "no"; then |
351 |
if test "$licq_use_debug" = "yes"; then |
| 352 |
CXXFLAGS="`echo $CXXFLAGS | sed 's/-g[[^ ]]*//'`" |
|
|
| 353 |
CFLAGS="`echo $CFLAGS | sed 's/-g[[^ ]]*//'`" |
| 354 |
else |
| 355 |
CXXFLAGS="$CXXFLAGS -g" |
352 |
CXXFLAGS="$CXXFLAGS -g" |
| 356 |
CFLAGS="$CFLAGS -g" |
353 |
CFLAGS="$CFLAGS -g" |
| 357 |
fi |
354 |
fi |