downgraded default profile to core2
[k8sbuild.git] / xoptz / gambit-c.xopt
blob2099d8b1bb751eb144265bf8a6138919da8ea68c
1 profile=empty
3   --enable-single-host    compile each Scheme module as a single C function (default is NO)
4 #  --enable-inline-jumps   generate inline code for jumps (default is NO)
5 #  --enable-gcc-opts       use expensive GCC optimizations (default is NO)
6 #  --enable-char-size=N    Scheme character size in bytes (default is 4)
7 #  --enable-shared         build the Scheme runtime system as a shared library (default is NO)
8 #  --enable-ansi-c         link only with ANSI C libraries (default is NO)
9 #  --enable-symlinks       use symbolic links for installed files not in the central installation directory (default is YES)
10 #  --enable-absolute-shared-libs
11 #                          shared libraries should be linked to using an
12 #                          absolute path (default is YES)
13 #  --enable-help-browser=BROWSER
14 #                          Browser to use for help (default is to search)
17 !DESC
18 Gambit-C -- Scheme programming system 
20 Gambit-C includes a Scheme interpreter and a Scheme compiler which
21 can be used to build standalone executables. Because the compiler
22 generates portable C code it is fairly easy to port to any platform
23 with a decent C compiler.
24 !EOF