blob: 02c6d356128de8a029e89929a4ea635e18ec6413 (
plain) (
tree)
|
|
#!/usr/bin/env sh
/home/devi/gdb/gdb-9.2/configure \
--enable-tui \
--with-curses \
--with-debuginfod \
--with-expat \
--with-lzma \
--with-mpfr \
--with-python=python3 \
--with-guile \
--with-isl \
--with-mpc \
--with-zlib \
--enable-lto
|