when we have only an in-memory copy of the binary. Also added a test for the generation of these symbols in the in-memory and regular cases. <rdar://problem/43160401> llvm-svn: 339833
11 lines
164 B
Makefile
11 lines
164 B
Makefile
LEVEL = ../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
EXE := StripMe
|
|
MAKE_DSYM := NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
main.o: main.cpp
|
|
$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@
|