diff options
author | Camil Staps | 2020-01-06 16:19:12 +0100 |
---|---|---|
committer | Camil Staps | 2020-01-06 16:19:12 +0100 |
commit | 940a3f261ea88094dd195ee159673f6abab54bc2 (patch) | |
tree | 0e8a15b0af41f90fddbb339d63961bd97d00dcfc /test.prj | |
parent | Fix bug in fetching mask in inotify_check (diff) |
Cleanup example
Diffstat (limited to 'test.prj')
-rw-r--r-- | test.prj | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,11 +1,14 @@ -Version: 1.4 +Version: 1.5 Global ProjectRoot: . Target: StdEnv Exec: {Project}/test + ByteCode: CodeGen CheckStacks: False CheckIndexes: True + OptimiseABC: False + GenerateByteCode: False Application HeapSize: 2097152 StackSize: 512000 @@ -22,6 +25,7 @@ Global Memory: False MemoryMinimumHeapSize: 0 Time: False + Callgraph: False Stack: False Dynamics: False GenericFusion: False @@ -40,11 +44,12 @@ Global ResourceSource: GenerateDLL: False ExportedNames: + StripByteCode: True + KeepByteCodeSymbols: True + PrelinkByteCode: False Paths Path: {Project} Path: {Application}*lib*Platform - OtherPaths - Path: {Application}*lib*StdEnv Precompile: Postlink: MainModule |