Geir Magnusson Jr. wrote:
I've been having some problems getting some test cases to exhibit
misbehavior for DRLVM, and it turns out that jitrino is built in release
mode no matter what BUILD_CFG is set to.
Yes, this is a looooong-looooong story.
Was done as 'we-will-change-it-back-soon' thing, but remains till this
moment. :-)
Putting this inconsistency aside for a moment, how do I get jitrino to
build in debug?
Here it is: http://tinyurl.com/yxjp4v
This are patches for jitrino.xml & build.bat, the same change (remove
-Dvm.jitrino.cfg=release) need to be done for build.sh as well.
--
Thanks,
Alex
I tried changing the setting in build.sh for -Dvm.jitrino.cfg from
'release' to 'debug', but then DRLVM doesn't build on Ubunutu 6 with gcc
3.4.6. There's some linker problem.
Can anyone duplicate this (or have it build successfully in debug)?
geir