Skip to content
Snippets Groups Projects
Commit 3f693d25 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93732 91177308-0d34-0410-b5e6-96231b3b80d8
parent c81d718f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@
LEVEL = ../../../..
TOOLNAME = clang
ifndef CLANG_IS_PRODUCTION
TOOLALIAS = clang++
endif
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
CXXFLAGS = -fno-rtti
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment