diff options
-rw-r--r-- | lldb/test/make/Makefile.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index 80cb409842a..75f99900af3 100644 --- a/lldb/test/make/Makefile.rules +++ b/lldb/test/make/Makefile.rules @@ -6,6 +6,12 @@ # OBJC_SOURCES := # OBJCXX_SOURCES := # DYLIB_C_SOURCES := +# DYLIB_CXX_SOURCES := +# +# Specifying DYLIB_ONLY has the effect of building dylib only, skipping +# the building of the a.out executable program. For example, +# DYLIB_ONLY := YES +# # Uncomment line below for debugging shell commands # SHELL = /bin/sh -x |