Building OpenSlide with debug symbols
Agelos Pappas
agelos at smartcode.gr
Wed Nov 14 11:52:50 EST 2012
Hi,
how can we build OpenSlide with debug symbols?
Is this enough for Linux builds:
./configure LDFLAGS="-g" CFLAGS="-g"
make
make install
and this for Windows (using the build script for cross compilation):
./build.sh bdistLDFLAGS="-g" CFLAGS="-g"
In both cases, where do the debug symbol files go? Where can we find them?
Does Valgrind use them automagically if they exist?
Thanks!
More information about the openslide-users
mailing list