Browse Source

Stacksize force to 1mb

peter 21 years ago
parent
commit
97a3d4aece
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/fpcdefs.inc

+ 7 - 1
compiler/fpcdefs.inc

@@ -8,6 +8,9 @@
     {$goto on}
     {$goto on}
     {$inline on}
     {$inline on}
 
 
+    { 1Mb stack }
+    {$M 1000000}
+
     { This reduces the memory requirements a lot }
     { This reduces the memory requirements a lot }
     {$PACKENUM 1}
     {$PACKENUM 1}
 
 
@@ -90,7 +93,10 @@
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.30  2003-12-14 22:41:46  peter
+  Revision 1.31  2004-01-28 16:47:45  peter
+  Stacksize force to 1mb
+
+  Revision 1.30  2003/12/14 22:41:46  peter
     * USEOPT to override NOOPT for 1.0.x
     * USEOPT to override NOOPT for 1.0.x
 
 
   Revision 1.29  2003/12/14 20:20:14  peter
   Revision 1.29  2003/12/14 20:20:14  peter