VM Maker: CMakeVMMaker-IgorStasenko.179.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-IgorStasenko.179.mcz

commits-2
 
Igor Stasenko uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-IgorStasenko.179.mcz

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

Name: CMakeVMMaker-IgorStasenko.179
Author: IgorStasenko
Time: 21 September 2012, 3:00:24.314 pm
UUID: 3cd7497c-c225-48cb-a319-9b4c3f597992
Ancestors: CMakeVMMaker-IgorStasenko.178

- change debug flags for mac vms from O1 to O0

=============== Diff against CMakeVMMaker-IgorStasenko.178 ===============

Item was changed:
  ----- Method: CogFamilyCocoaIOSConfig>>compilerFlagsDebug (in category 'settings') -----
  compilerFlagsDebug
+ ^#('-g3' '-O0' '-DDEBUGVM=1')!
- ^#('-g3' '-O1' '-DDEBUGVM=1')!