resources/config.lua

Thu, 22 Aug 2013 19:50:12 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Aug 2013 19:50:12 +0200
changeset 0
bba7a2a225f6
permissions
-rw-r--r--

Flush progress with initial commit, improve application.

michael@0 1 config =
michael@0 2 {
michael@0 3 debug =
michael@0 4 {
michael@0 5 general = false, -- Turn off most debugging
michael@0 6 assertDialogs = false,
michael@0 7 typeChecking = false,
michael@0 8 traceGC = false,
michael@0 9 makePrecompiledLua = false, -- Turn off precompilation of lua files
michael@0 10 usePrecompiledLua = false, -- Turn off use of precompiled lua files
michael@0 11 useConcatenatedLua = false, -- Turn off concatenated precompiled lua
michael@0 12 }
michael@0 13 }
michael@0 14

mercurial