SFML community forums

General => General discussions => Topic started by: blewisjr on January 01, 2010, 06:11:22 pm

Title: linux debug question
Post by: blewisjr on January 01, 2010, 06:11:22 pm
under linux when you build why is there no libs with -d after them?
Title: linux debug question
Post by: Laurent on January 01, 2010, 06:48:21 pm
Debug versions are handled differently on Linux, the debug symbols are in a separate file, so there's only one version of the libraries for both modes.
Title: linux debug question
Post by: blewisjr on January 01, 2010, 08:34:41 pm
Ok thanks everything is working fine.