From 6e374f9d08703f9c872f092ea5f50caa5dfbea26 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 14 Feb 2019 13:08:26 +0100 Subject: Remove not used define for sanitizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f5e55eb7a695c83b683d715640b10713e43aa95 Reviewed-by: Michael BrĂ¼ning --- src/core/config/common.pri | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/config/common.pri b/src/core/config/common.pri index 57913423a..85940977a 100644 --- a/src/core/config/common.pri +++ b/src/core/config/common.pri @@ -96,7 +96,6 @@ optimize_size: gn_args += optimize_for_size=true # We don't want to apply sanitizer options to the build tools (GN, dict convert, etc). !host_build { - sanitizer: gn_args += sanitizer_keep_symbols=true sanitize_address: gn_args += is_asan=true sanitize_thread: gn_args += is_tsan=true sanitize_memory: gn_args += is_msan=true -- cgit v1.2.3