summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/Makefile
blob: 57da077c86208dd57d2d7bdbcfb38ed154b563e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
LEVEL = ../../../make
OBJCXX_SOURCES := main.mm myobject.mm
include $(LEVEL)/Makefile.rules
CFLAGS_NO_DEBUG =
ifeq "$(OS)" "Darwin"
		CFLAGS_NO_DEBUG += -arch $(ARCH)
endif

# myobject.o needs to be built without debug info
myobject.o: myobject.mm
	$(CXX) $(CFLAGS_NO_DEBUG) -c -o $@ $<
OpenPOWER on IntegriCloud