Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
dummy_target_breakpoints
/
Makefile
blob: 304633c2dca1f293c107ec811f3c2362a537457d [
file
] [
log
] [
blame
]
C_SOURCES
:=
main
.
c
ifeq
(
$
(
CC_TYPE
),
icc
)
CFLAGS_EXTRAS
:=
-
debug inline
-
debug
-
info
endif
include
Makefile
.
rules