Added note in readme about glibc debug
parent
e517dee4f8
commit
641bd239bc
5
README
5
README
|
|
@ -60,9 +60,14 @@ so that debug checks are disabled.
|
||||||
Another useful debugging symbol is _GLIBCXX_DEBUG, which enables debug checks
|
Another useful debugging symbol is _GLIBCXX_DEBUG, which enables debug checks
|
||||||
and safe containers in the standard C++ library and makes problems much easier
|
and safe containers in the standard C++ library and makes problems much easier
|
||||||
to find.
|
to find.
|
||||||
|
|
||||||
NOTE: The native Snow Leopard g++ compiler/library contains a bug that makes
|
NOTE: The native Snow Leopard g++ compiler/library contains a bug that makes
|
||||||
it impossible to use _GLIBCXX_DEBUG. MacPorts g++ compilers do work with it though.
|
it impossible to use _GLIBCXX_DEBUG. MacPorts g++ compilers do work with it though.
|
||||||
|
|
||||||
|
NOTE: If _GLIBCXX_DEBUG is used to compile gtsam, anything that links against
|
||||||
|
gtsam will need to be compiled with _GLIBCXX_DEBUG as well, due to the use of
|
||||||
|
header-only Eigen.
|
||||||
|
|
||||||
3)
|
3)
|
||||||
Putting the above together, here are some sample ./configure commands for
|
Putting the above together, here are some sample ./configure commands for
|
||||||
compiling gtsam:
|
compiling gtsam:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue