From: stephan b. <st...@s1...> - 2004-12-30 14:22:28
|
On Thursday 30 December 2004 13:59, gj...@fh... wrote: > g++ -pipe -fPIC -I. -I../include -O2 -DNDEBUG=1 -c -o There's a much bigger problem here: Compiling with (-O2 -DNDEBUG=1) causes a segfault in s11n during deserialize<>() (which i of course can't debug because it's not a debug build). i can reproduce the error by switching between the 2 flag sets, doing a distclean/reconfigure, rebuilding, and running ./test/s11nTest. s11n does no debug-dependent checking, so this problem scares me - if it's a compiler error (which i suspect) then i have absolutely no control over it. i need to go try this out in the s11n.net tree! i've always compiled with (-Werror -Wall -g), so i would never have seen this. -- ----- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |