more xopts
[k8sbuild.git] / xoptz / gnu-smalltalk.xopt
blobe9fa220e7b598eb9c89babd04d66400e56319a55
1 #profile=nativenoalias
2 profile=empty
5 #  --enable-mysql-tests=USER:PWD:DATABASE test MySQL bindings default=root:root:test
6   --enable-gtk={yes,no,blox} enable GTK+ bindings.  Blox/GTK is experimental.
7 #  --disable-glibtest      do not try to compile and run a test GLIB program
8 #  --disable-gtktest       do not try to compile and run a test GTK+ program
9   --disable-rpath         do not hardcode runtime library paths
10   --enable-jit            enable dynamic translation to machine code
11   --enable-disassembler   include a disassembler in the gst executable
12   --enable-dld           disable loading of external modules at runtime
13   --enable-checking       enable assertions at runtime
14   --enable-preemption     enable preemptive multitasking
15 #  --enable-modules=list   add these packages to the pre-built image
16   --enable-relocatable    install a package that can be moved in the filesystem
20 !DESC
21 GNu Smalltalk
23 GNU Smalltalk is an implementation that closely follows the
24 Smalltalk-80 language as described in the book `Smalltalk-80:
25 the Language and its Implementation' by Adele Goldberg and
26 David Robson.
27 !EOF