downgraded default profile to core2
[k8sbuild.git] / xoptz / lightning.xopt
blob5e22342703c8784e57f14e614652f4e4a36e1e15
1 profile=empty
3 # if we want disasm, we should build everything as a shared library. alas.
5 #  --disable-disassembler        Enable jit disassembler using binutils
6   --enable-disassembler        Enable jit disassembler using binutils
7   --disable-devel-disassembler  Enable extra disassembly options
8   --disable-devel-get-jit-size  Devel mode to regenerate jit size information
9   --disable-assertions          Enable runtime code generation assertions
10   --disable-devel-strong-type-checking
12 #  --disable-shared
13 #  --enable-static
15   --enable-shared
16   --disable-static
18 #k8: do we need this?
19 #  --host=i386
22 [preconfigure]
23 if test ! -x configure; then
24   ./bootstrap --no-bootstrap-sync --skip-po
26 [/preconfigure]
29 !DESC
30 GNU lightning is a library to aid in making portable programs
31 that compile assembly code at run time.
32 !EOF