summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/CMakeLists.txt')
-rw-r--r--compiler-rt/lib/sanitizer_common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/CMakeLists.txt b/compiler-rt/lib/sanitizer_common/CMakeLists.txt
index 4c24fceb3ed..f3461630b08 100644
--- a/compiler-rt/lib/sanitizer_common/CMakeLists.txt
+++ b/compiler-rt/lib/sanitizer_common/CMakeLists.txt
@@ -58,7 +58,7 @@ if(LLVM_INCLUDE_TESTS)
add_library(RTSanitizerCommon.test STATIC ${SANITIZER_SOURCES})
# Build test library with debug info.
set_target_compile_flags(RTSanitizerCommon.test
- ${SANITIZER_CFLAGS} -g -Werror)
+ ${SANITIZER_CFLAGS} -g)
set_target_properties(RTSanitizerCommon.test PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
OpenPOWER on IntegriCloud