diff options
author | Camil Staps | 2017-10-09 23:36:41 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-09 23:37:25 +0200 |
commit | 7a7ea498087922dedf7404ed242ef1b381a7306b (patch) | |
tree | dc14fc804b948d8e9f6e91cbd57f867bf8c45b78 /assignment-5/skeleton5.prj | |
parent | Student numbers; program output (diff) |
Skeleton 5
Diffstat (limited to 'assignment-5/skeleton5.prj')
-rw-r--r-- | assignment-5/skeleton5.prj | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/assignment-5/skeleton5.prj b/assignment-5/skeleton5.prj new file mode 100644 index 0000000..2809873 --- /dev/null +++ b/assignment-5/skeleton5.prj @@ -0,0 +1,59 @@ +Version: 1.4 +Global + ProjectRoot: . + Target: iTasks + Exec: {Project}/skeleton5 + CodeGen + CheckStacks: False + CheckIndexes: True + Application + HeapSize: 2097152 + StackSize: 512000 + ExtraMemory: 8192 + IntialHeapSize: 204800 + HeapSizeMultiplier: 4096 + ShowExecutionTime: False + ShowGC: False + ShowStackSize: False + MarkingCollector: False + DisableRTSFlags: False + StandardRuntimeEnv: True + Profile + Memory: False + MemoryMinimumHeapSize: 0 + Time: False + Stack: False + Dynamics: True + DescExL: False + Output + Output: ShowConstructors + Font: Monaco + FontSize: 9 + WriteStdErr: False + Link + LinkMethod: Static + GenerateRelocations: False + GenerateSymbolTable: False + GenerateLinkMap: False + LinkResources: False + ResourceSource: + GenerateDLL: False + ExportedNames: + Paths + Path: {Project} + Precompile: + Postlink: +MainModule + Name: skeleton5 + Dir: {Project} + Compiler + NeverMemoryProfile: False + NeverTimeProfile: False + StrictnessAnalysis: True + ListTypes: StrictExportTypes + ListAttributes: True + Warnings: True + Verbose: True + ReadableABC: False + ReuseUniqueNodes: True + Fusion: False |