encfs/devmode

6 lines
258 B
Plaintext
Raw Permalink Normal View History

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
2017-08-04 06:22:40 +02:00
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DLINT=ON \
2017-08-09 05:34:32 +02:00
-DCMAKE_CXX_FLAGS="-O0 -g -fsanitize=address -fno-omit-frame-pointer" $@