File: debug.sh

package info (click to toggle)
uchardet 0.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,244 kB
  • sloc: cpp: 8,045; python: 1,305; ansic: 112; sh: 75; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
mkdir --parents debug \
&& cd debug

cmake \
	-DCMAKE_BUILD_TYPE=Debug \
	-DCMAKE_INSTALL_PREFIX=`pwd`/root \
	.. \
&& make \
&& make install