brintos

brintos / llvm-project-archived public Read only

0
0
Text · 171 B · 91d4666 Raw
9 lines · plain
1OBJC_SOURCES := myclass.m repro.m2LD_EXTRAS := -lobjc3 4include Makefile.rules5 6# Force myclass.m to be compiled without debug info7myclass.o: CFLAGS = $(CFLAGS_NO_DEBUG)8 9