Re: linking QuantLib dynamic library in Xcode
Re: linking QuantLib dynamic library in Xcode
- Subject: Re: linking QuantLib dynamic library in Xcode
- From: Chris Espinosa <email@hidden>
- Date: Thu, 18 Dec 2008 15:23:26 -0800
On Dec 18, 2008, at 2:24 PM, Steve Checkoway wrote:
So the question is now--what is -D_GLIBCXX_DEBUG=1 and how to get
XCode to drop the -D_GLIBCXX_DEBUG=1 ?
Google should be able to answer what it is pretty easily.
I don't see a setting in Xcode for it, but did you check the project
and target settings for Preprocessor Macros? Note that you can
search the settings using the handy text field at the top of the
"Build" tab in the project/target info.
This is C++ Standard Library Debug Mode, which performs build-time and
runtime checks on your use of the C++ Standard Library. It's enabled
automatically in the Debug configuration of all progects created from
the C++ templates.
If you double-click your target and click the Build tab, and paste
GLIBCXX_DEBUG into the search bubble at the top of the tab, you'll
see exactly where it's set and should be able to remove it.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden