1#!/bin/bash 2rm -rf build 3mkdir build 4cd build 5cmake -DCOVERAGE=OFF -DTRACE=ON -DCMAKE_BUILD_TYPE="Debug" ../. 6cd .. 7