[cfe-commits] r97309 - /cfe/trunk/examples/clang-interpreter/Makefile
Kovarththanan Rajaratnam
kovarththanan.rajaratnam at gmail.com
Fri Feb 26 23:06:44 PST 2010
Author: krj
Date: Sat Feb 27 01:06:44 2010
New Revision: 97309
URL: http://llvm.org/viewvc/llvm-project?rev=97309&view=rev
Log:
Add comment
Modified:
cfe/trunk/examples/clang-interpreter/Makefile
Modified: cfe/trunk/examples/clang-interpreter/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/Makefile?rev=97309&r1=97308&r2=97309&view=diff
==============================================================================
--- cfe/trunk/examples/clang-interpreter/Makefile (original)
+++ cfe/trunk/examples/clang-interpreter/Makefile Sat Feb 27 01:06:44 2010
@@ -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
More information about the cfe-commits
mailing list