downgraded default profile to core2
[k8sbuild.git] / xoptz / hamsterdb.xopt
blob3c1011beefa6012497ac1b3920ec4bb6ae51a92c
1 profile=speed
2 no_make_argflags=tan
3 #profile=empty
5   --disable-debug          build with diagnostics and debug symbols (slow!)
6   --disable-profile        build with profiling information (gprof)
7 #  --enable-internal       Enables internal functions (ham_check_integrity)
8   --enable-encryption    Disable AES encryption (ham_enable_encryption)
9   --enable-compression   Disable zlib compression (ham_enable_compression)
10 #  --enable-system-zlib    Use an already installed zlib
13 !DESC
14 hamsterdb (C) Christoph Rupp, chris@crupp.de
16 hamsterdb is a database engine written in ANSI C. It supports
17 a B+Tree index structure, uses memory mapped I/O (if available),
18 supports fast Cursors and variable length keys and can create
19 In-Memory Databases.
21 http://www.hamsterdb.com/
22 !EOF