Skip to content

Commit a340846

Browse files
committed
only run sanitizers for shared
1 parent 5336192 commit a340846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/docker/tests/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir build
55
cd build
66
cmake .. -G Ninja -DVIAMCPPSDK_USE_DYNAMIC_PROTOS=ON \
77
-DVIAMCPPSDK_OFFLINE_PROTO_GENERATION=ON \
8-
-DVIAMCPPSDK_SANITIZED_BUILD=ON \
8+
-DVIAMCPPSDK_SANITIZED_BUILD=$BUILD_SHARED \
99
-DVIAMCPPSDK_CLANG_TIDY=ON \
1010
-DBUILD_SHARED_LIBS=$BUILD_SHARED
1111

0 commit comments

Comments
 (0)