Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: linux debug question  (Read 2701 times)

0 Members and 1 Guest are viewing this topic.

blewisjr

  • Newbie
  • *
  • Posts: 23
    • View Profile
linux debug question
« on: January 01, 2010, 06:11:22 pm »
under linux when you build why is there no libs with -d after them?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
linux debug question
« Reply #1 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.
Laurent Gomila - SFML developer

blewisjr

  • Newbie
  • *
  • Posts: 23
    • View Profile
linux debug question
« Reply #2 on: January 01, 2010, 08:34:41 pm »
Ok thanks everything is working fine.

 

anything