diff options
-rw-r--r-- | examples/clang-interpreter/Makefile | 2 |
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 |