mirror of
https://github.com/vgough/encfs.git
synced 2025-08-19 01:56:55 +02:00
add clang-tidy build support
This commit is contained in:
2
devmode
2
devmode
@@ -1,5 +1,5 @@
|
||||
# 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 -DLINT=ON \
|
||||
-DCMAKE_CXX_FLAGS="-O1 -fsanitize=address -fno-omit-frame-pointer" $@
|
||||
|
Reference in New Issue
Block a user