Makefile 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 OBJC_SOURCES := myclass.m repro.m LD_EXTRAS := -framework Foundation include Makefile.rules # Force myclass.m to be compiled without debug info myclass.o: CFLAGS = $(CFLAGS_NO_DEBUG)