Dragging in some modules when X86Compiler is used, so scripts can use them.
[trylon.git] / build-settings
blobcf725480b717d185a8a2d82a8138bd2984893063
1 program = "trylon"
2 debugging = true
4 # Needed for Interpreter (and X86Compiler) to work.
5 support-perform = true
6 support-subprotos = true
8 # 'support-new-methods' is needed for the X86Compiler to work; it allows new
9 # methods to be defined on existing classes.  Dispatch for these new methods
10 # will be slower than for "baked-in" methods.  Turn this off if you want the
11 # compiler to be the minimum size possible.
12 support-new-methods = true
14 # I really like to see this.  If it bugs you, turn it off.
15 time-compilation = true