Sign in
llvm
/
lldb
/
release_37
/
.
/
test
/
functionalities
/
asan
/
Makefile
blob: 0412ba1a30d8718e365bcc7a585d394fc33c5bb0 [
file
] [
log
] [
blame
]
LEVEL
=
../../
make
C_SOURCES
:=
main
.
c
CFLAGS
:=
$
(
CFLAGS
)
-
fsanitize
=
address
-
g
include $
(
LEVEL
)/
Makefile
.
rules