summaryrefslogtreecommitdiffstats
path: root/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh')
-rw-r--r--libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh b/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
new file mode 100644
index 0000000..f85d69b
--- /dev/null
+++ b/libcommuni/src/3rdparty/uchardet-0.0.1/script/debug.sh
@@ -0,0 +1,9 @@
+mkdir --parents debug \
+&& cd debug
+
+cmake \
+ -DCMAKE_BUILD_TYPE=Debug \
+ -DCMAKE_INSTALL_PREFIX=`pwd`/root \
+ .. \
+&& make \
+&& make install