If I run ./autogen.sh --enable-debug and then make bitlbee-steam, it doesn't seem like DEBUG_STEAM is actually getting set. If I run nm -C steam.so and then grep the output for "debug", the debug symbols aren't there. If I run CFLAGS="-DDEBUG_STEAM" ./configure instead, it does work.
If I run
./autogen.sh --enable-debug
and then make bitlbee-steam, it doesn't seem likeDEBUG_STEAM
is actually getting set. If I runnm -C steam.so
and then grep the output for "debug", the debug symbols aren't there. If I runCFLAGS="-DDEBUG_STEAM" ./configure
instead, it does work.