File: compile_debug

package info (click to toggle)
knights 25.04.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,704 kB
  • sloc: cpp: 6,647; xml: 1,265; sh: 20; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if ! [ -d build_debug ]; then
	mkdir build_debug
fi

cd build_debug

cmake .. -DCMAKE_BUILD_TYPE=DebugFull -DCMAKE_INSTALL_PREFIX=/usr && make -j 4