Top of tree never regressed, but we have internal branches that we constantly merge and we need to make sure we don't regress. <rdar://problem/19429907> llvm-svn: 225572
10 lines
161 B
Makefile
10 lines
161 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
ifneq (,$(findstring icc,$(CC)))
|
|
CXXFLAGS += -debug inline-debug-info
|
|
endif
|
|
|
|
include $(LEVEL)/Makefile.rules
|