Skip to content
Snippets Groups Projects
Commit 6b4eb971 authored by Lucas Magalhães's avatar Lucas Magalhães
Browse files

Merge branch 'rever_asan' into 'master'

E3-1490: Revert "Add sanitizers for linux-x86_64-debug target"

See merge request !47
parents 033b08ce 688c67b8
No related branches found
Tags 7.0.8-NA/7.0.8-6b4eb97-20240417T102103
1 merge request!47E3-1490: Revert "Add sanitizers for linux-x86_64-debug target"
Pipeline #184102 passed
From a9325722b79efb7e4d9c4185d65035fe323eca2a Mon Sep 17 00:00:00 2001
From: "Lucas A. M. Magalhaes" <lucas.magalhaes@ess.eu>
Date: Mon, 12 Jun 2023 15:52:31 +0200
Subject: [PATCH] Add address sanitizer to linux-x86_64.debug
The debug builds will have address sanitizer enable to help finding
memory issues.
---
configure/os/CONFIG.Common.linux-x86_64-debug | 1 +
1 file changed, 1 insertion(+)
diff --git configure/os/CONFIG.Common.linux-x86_64-debug configure/os/CONFIG.Common.linux-x86_64-debug
index b0a382b52..b808cc4f0 100644
--- configure/os/CONFIG.Common.linux-x86_64-debug
+++ configure/os/CONFIG.Common.linux-x86_64-debug
@@ -8,3 +8,4 @@
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
HOST_OPT=NO
+ENABLE_ASAN=YES
--
2.41.0
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