Add comment

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97309 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/clang-interpreter/Makefile b/examples/clang-interpreter/Makefile
index 5d1b8c5..fecc3f5 100644
--- a/examples/clang-interpreter/Makefile
+++ b/examples/clang-interpreter/Makefile
@@ -12,6 +12,8 @@
 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