summaryrefslogtreecommitdiff
path: root/make/config.mk
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2011-12-29 17:29:20 +0000
committerKostya Serebryany <kcc@google.com>2011-12-29 17:29:20 +0000
commit89a4a18118c2a123d1a89aa711fad518e6da857b (patch)
treed59ced7e19afaab87432b7610faefff3080e8d2a /make/config.mk
parent4558168b361d59be9cc5510b72bb0de9ca795c3a (diff)
[asan] build asan-rt with -funwind-tables
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@147341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/config.mk')
-rw-r--r--make/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config.mk b/make/config.mk
index df7c1ccfe..a82617387 100644
--- a/make/config.mk
+++ b/make/config.mk
@@ -42,5 +42,5 @@ endif
###
# Common compiler options
-COMMON_CXXFLAGS=-fno-exceptions -fPIC
+COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables
COMMON_CFLAGS=-fPIC