blob: 5713d487bb758d20034adce004359cbbe4c89c2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LIBRARY()
LICENSE(Service-Sourceless-Library)
VERSION(Service-proxy-version)
NO_UTIL()
NO_COMPILER_WARNINGS()
CFLAGS(
-fsanitize-memory-track-origins=2
)
SRCS(
msan.cpp
)
END()
|