[Vm-dev] VM Maker: CMakeVMMaker-IgorStasenko.179.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 21 13:00:33 UTC 2012


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')!



More information about the Vm-dev mailing list