From: Kovarththanan Rajaratnam Date: Sat, 27 Feb 2010 07:06:44 +0000 (+0000) Subject: Add comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87992993eb36dc0e32070c6bd1b0476c8033d0f0;p=clang 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 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