aboutsummaryrefslogtreecommitdiffstats
path: root/gdb-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gdb-build.sh')
-rwxr-xr-xgdb-build.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb-build.sh b/gdb-build.sh
new file mode 100755
index 0000000..02c6d35
--- /dev/null
+++ b/gdb-build.sh
@@ -0,0 +1,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