From 483a8132e82dccae4e68ef183fb0c4eb52f0fc0b Mon Sep 17 00:00:00 2001 From: ronny Date: Mon, 20 Oct 2003 15:05:18 +0000 Subject: tune run-time options in project files git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1401 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- coclmaindll/cocl.prj | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'coclmaindll') diff --git a/coclmaindll/cocl.prj b/coclmaindll/cocl.prj index 6f3370f..7402315 100644 --- a/coclmaindll/cocl.prj +++ b/coclmaindll/cocl.prj @@ -4,10 +4,10 @@ Global Target: StdEnv Exec: {Project}\cocl.exe CodeGen - CheckStacks: True + CheckStacks: False CheckIndexes: True Application - HeapSize: 25165824 + HeapSize: 20971520 StackSize: 2097152 ExtraMemory: 0 IntialHeapSize: 8388608 @@ -20,8 +20,8 @@ Global Profile Memory: False MemoryMinimumHeapSize: 0 - Time: True - Stack: True + Time: False + Stack: False Output Output: NoConsole Font: MS Sans Serif @@ -48,3 +48,31 @@ Global MainModule Name: cocl Dir: {Project}\main + Compiler + NeverMemoryProfile: False + NeverTimeProfile: False + StrictnessAnalysis: True + ListTypes: StrictExportTypes + ListAttributes: True + Warnings: True + Verbose: True + ReadableABC: False + ReuseUniqueNodes: True + Dcl + WindowPosition + X: 0 + Y: 0 + SizeX: 500 + SizeY: 300 + DclOpen: False + Icl + WindowPosition + X: 0 + Y: 0 + SizeX: 500 + SizeY: 300 + IclOpen: False + LastModified: No 0 0 0 0 0 0 +Static + AppP: + PrjP: -- cgit v1.2.3