Skip to content
  • Oliver Bock's avatar
    Don't use any symbol stripping during build · e2c1d8b5
    Oliver Bock authored
    * GCC 4 on OSX can't cope with it (dyld: lazy symbol binding failed: lazy pointer not found)
    * Can be done on demand using the strip command
    * Saves a binary build for debugging
    e2c1d8b5