From 4b14a8019ffa8f8c2a735971713afdbb4fdf5ca3 Mon Sep 17 00:00:00 2001 From: Sander Mertens Date: Tue, 3 Oct 2023 20:52:47 -0700 Subject: [PATCH] Ensure sanitize tests are built with FLECS_SANITIZE --- project.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project.json b/project.json index 9ea9c47f5e..a0553fa17a 100644 --- a/project.json +++ b/project.json @@ -6,6 +6,13 @@ "description": "Entity Component System written in C99/C++11", "amalgamate": true }, + "dependee": { + "lang.c": { + "${cfg sanitize}": { + "defines": ["FLECS_SANITIZE"] + } + } + }, "lang.c": { "${os linux}": { "lib": ["rt", "pthread"]