Disabling Zerolink in Xcode

I’m having trouble with Zerolink as it chokes on private external symbols located (I believe) in the glut headers. How does one go about disabling Zerolink in your project? Also, does anyone see a workaround that would allow me to use Zerolink to keep linking time down while avoiding problems it has with private external symblols?

The problem is described at:

http://developer.apple.com/documentation…/20002224/96856

-surgin

In Xcode:

  1. Get info on your project
  2. Go to the build Styles tab
  3. uncheck Zerolink

Don’t forget to use the Deployment style when releasing.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.