VM Maker: CMakeVMMaker-MarianoMartinezPeck.101.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: CMakeVMMaker-MarianoMartinezPeck.101.mcz

squeak-dev-noreply
 
Mariano Martínez Peck uploaded a new version of CMakeVMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/CMakeVMMaker-MarianoMartinezPeck.101.mcz

==================== Summary ====================

Name: CMakeVMMaker-MarianoMartinezPeck.101
Author: MarianoMartinezPeck
Time: 26 April 2011, 9:05:56 pm
UUID: dbd0f91c-8ff6-450a-9b93-7af3d3aa7dcd
Ancestors: CMakeVMMaker-MarianoMartinezPeck.100

Finally fix the problem with asserts:

For release confs:
 a) turn debugging off  (-DDEBUGVM=0)
 b) suppress assertions (-DNDEBUG)

For debugging debug confs:
 a) turn all debugging on (-DDEBUGVM=1)
 b) enable assertions (omit defining -DNDEBUG)