dwarves/README.DEBUG

7 lines
88 B
Plaintext

rm -rf build
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
cd ..
make -C build