aboutsummaryrefslogtreecommitdiffstats
path: root/gdb-build.sh
blob: 02c6d356128de8a029e89929a4ea635e18ec6413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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