encfs/devmode
2016-04-14 23:56:59 -07:00

5 lines
213 B
Plaintext
Executable File

# Script which sets up the CMake build for Debug mode.
# After running, chdir to the build subdir ane run "make"
mkdir build
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-fsanitize=address" $@