config_query_option RADARE_OPTS "Enable native debugger features?" y \
                                "" \
                                "--without-debugger" &&

config_query_option RADARE_OPTS "Build libr with program independent location (PIC)?" y \
                                "" \
                                "--without-pic" &&

config_query_option RADARE_OPTS "Build static libraries?" n \
                                "--with-nonpic" \
                                ""
