summaryrefslogtreecommitdiffstats
path: root/pacman-c++/rebuild_debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/rebuild_debug.sh')
-rwxr-xr-xpacman-c++/rebuild_debug.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/pacman-c++/rebuild_debug.sh b/pacman-c++/rebuild_debug.sh
new file mode 100755
index 0000000..5c5486b
--- /dev/null
+++ b/pacman-c++/rebuild_debug.sh
@@ -0,0 +1,6 @@
1#!/bin/sh
2mkdir -p build_debug
3cd build_debug
4#make distclean
5qmake CONFIG+=debug ../pacman.pro
6make -j2