summaryrefslogtreecommitdiffstats
path: root/utils/sphinx/CONFIGURE
blob: b701caac9cf928be75e82df5fbc15e77c3e800a3 (plain) (blame)
1
2
3
4
5
6
7
config_query_option SPHINX_OPTS "Use 64-bit document and word IDs?" n \
                                "--enable-id64" \
                                "--disable-id64" &&

config_query_option SPHINX_OPTS "Compile slower debug version?" n \
                                "--with-debug" \
                                "--without-debug"