Sign in
llvm
/
llvm-project
/
45daa4fdc68f5faa5bd5c33da052d2415cd88540
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
dummy_target_breakpoints
/
Makefile
blob: 9645fd9cc8dfbca23e168e8495511d3712000e98 [
file
]
C_SOURCES
:=
main
.
c
ifneq
(,
$
(
findstring icc
,
$
(
CC
)))
CFLAGS_EXTRAS
:=
-
debug inline
-
debug
-
info
endif
include
Makefile
.
rules