[svn:parrot] r38390 - trunk/config/init/hints
jonathan at svn.parrot.org
jonathan at svn.parrot.org
Tue Apr 28 10:10:19 UTC 2009
Author: jonathan
Date: Tue Apr 28 10:10:19 2009
New Revision: 38390
URL: https://trac.parrot.org/parrot/changeset/38390
Log:
[config] Bump up memory older versions of MS VC++ are allowed to use, in order to keep Rakudo compiling.
Modified:
trunk/config/init/hints/mswin32.pm
Modified: trunk/config/init/hints/mswin32.pm
==============================================================================
--- trunk/config/init/hints/mswin32.pm Tue Apr 28 09:59:53 2009 (r38389)
+++ trunk/config/init/hints/mswin32.pm Tue Apr 28 10:10:19 2009 (r38390)
@@ -61,7 +61,7 @@
# if we want pbc_to_exe to work, need to let some versions of the
# compiler use more memory than they normally would
- $ccflags .= " -Zm1000 " if $msvcversion < 13;
+ $ccflags .= " -Zm1500 " if $msvcversion < 13;
my $ccwarn = '';
# disable certain very noisy warnings
More information about the parrot-commits
mailing list