Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
llvm-project
/
lldb
/
test
/
API
/
lang
/
objc
/
ivar-IMP
/
Makefile
blob: 91d46662e1062746d5d75ecf9c42750c8f79d946 [
file
] [
log
] [
blame
]
OBJC_SOURCES
:=
myclass
.
m repro
.
m
LD_EXTRAS
:=
-
lobjc
include
Makefile
.
rules
# Force myclass.m to be compiled without debug info
myclass
.
o
:
CFLAGS
=
$
(
CFLAGS_NO_DEBUG
)