2015-06-14 07:08:13 +02:00
|
|
|
# Script which sets up the CMake build for Debug mode.
|
|
|
|
# After running, chdir to the build subdir ane run "make"
|
|
|
|
mkdir build
|
2016-04-15 08:11:45 +02:00
|
|
|
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-fsanitize=address" $@
|