summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-02-27 07:06:44 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-02-27 07:06:44 +0000
commit87992993eb36dc0e32070c6bd1b0476c8033d0f0 (patch)
tree9cf68444c6c6ec160c194b82a287b5a991402aa7 /examples
parentacf8444fb80bd33c8c729ae9f25ff56d51c73e8c (diff)
Add comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/clang-interpreter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/clang-interpreter/Makefile b/examples/clang-interpreter/Makefile
index 5d1b8c56d9..fecc3f576c 100644
--- a/examples/clang-interpreter/Makefile
+++ b/examples/clang-interpreter/Makefile
@@ -12,6 +12,8 @@ LEVEL = ../../../..
TOOLNAME = clang-interpreter
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
NO_INSTALL = 1
+
+# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
# Include this here so we can get the configuration of the targets that have