Re: linking QuantLib dynamic library in Xcode
Re: linking QuantLib dynamic library in Xcode
- Subject: Re: linking QuantLib dynamic library in Xcode
- From: "Bart Mosley, bondgeek.com" <email@hidden>
- Date: Fri, 19 Dec 2008 10:40:49 -0500
Thanks, was able to remove that flag and build with problem--still
vaguely worried that the debug flag was highlighting some minor
problem that will bite me later. Though there do seem to be some
reports of problems with gcc's use of debug mode.
_________________________
Bart Mosley
www.bondgeek.com
email@hidden
On Dec 18, 2008, at 6:23 PM, Chris Espinosa wrote:
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:
@bondgeek.com
This email sent to email@hidden
_______________________________________________
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