diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:31 +0000 |
| commit | 0bb46d285cb2bb0f582d0935f58f57a9be8bf2cd (patch) | |
| tree | e2a1bcdb2cdb9780318cdb60efc4baf355b6556b /examples/PrintFunctionNames | |
| parent | 2f93a98d4052807c2068ee48f42013e4295a26d6 (diff) | |
-fno-rtti is now the default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/PrintFunctionNames')
| -rw-r--r-- | examples/PrintFunctionNames/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/PrintFunctionNames/Makefile b/examples/PrintFunctionNames/Makefile index 3c0c1f82ad..57d3ba9b0c 100644 --- a/examples/PrintFunctionNames/Makefile +++ b/examples/PrintFunctionNames/Makefile @@ -11,7 +11,6 @@ LEVEL = ../../../.. LIBRARYNAME = PrintFunctionNames CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include -CXXFLAGS = -fno-rtti # Include this here so we can get the configuration of the targets that have # been configured for construction. We have to do this early so we can set up |
