From 201797ef81872bbd5a24d716bcdba6f283b4e349 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 16 Apr 2021 13:09:21 +0200 Subject: [PATCH] more SANITIZE --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 67f0f235e..0bbc07ac9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -36,7 +36,7 @@ { "label": "client: Debug: make", "type": "shell", - "command": "make client -j DEBUG=1", + "command": "make client -j DEBUG=1 SANITIZE=1", "problemMatcher": [ "$gcc" ], @@ -45,7 +45,7 @@ { "label": "client: Debug: clean & make", "type": "shell", - "command": "make client/clean && make client -j DEBUG=1", + "command": "make client/clean && make client -j DEBUG=1 SANITIZE=1", "problemMatcher": [ "$gcc" ],