diff options
author | Camil Staps | 2018-01-03 12:13:44 +0100 |
---|---|---|
committer | Camil Staps | 2018-01-06 15:03:02 +0100 |
commit | 32a3b5aa0f5b6343928c9e42e66cce9db7e14e90 (patch) | |
tree | 73117add4b929b179a1ad340b5911e22c3138a25 /assignment-13/uFPL.prj.default | |
parent | Rename & restructure (diff) |
Start iTasks Simulator
Diffstat (limited to 'assignment-13/uFPL.prj.default')
-rw-r--r-- | assignment-13/uFPL.prj.default | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/assignment-13/uFPL.prj.default b/assignment-13/uFPL.prj.default new file mode 100644 index 0000000..4bd7872 --- /dev/null +++ b/assignment-13/uFPL.prj.default @@ -0,0 +1,59 @@ +Version: 1.4 +Global + ProjectRoot: . + Target: iTasks + Exec: {Project}/run + CodeGen + CheckStacks: False + CheckIndexes: True + Application + HeapSize: 167772160 + StackSize: 1048576 + ExtraMemory: 81920 + 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: uFPL + Dir: {Project} + Compiler + NeverMemoryProfile: False + NeverTimeProfile: False + StrictnessAnalysis: True + ListTypes: StrictExportTypes + ListAttributes: True + Warnings: True + Verbose: True + ReadableABC: False + ReuseUniqueNodes: True + Fusion: False |