mirror of
https://github.com/vgough/encfs.git
synced 2025-08-13 23:48:59 +02:00
replace boost serialization with tinyxml2
This commit is contained in:
2
devmode
Normal file → Executable file
2
devmode
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
# 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 $@
|
||||
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-fsanitize=address" $@
|
||||
|
Reference in New Issue
Block a user