From 8059d63339b49d37af894f861956de4b89429bee Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 19 Nov 2023 11:41:26 +0100 Subject: Improved sanitizer detection --- test/test.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index 68b87aa..3adee3a 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,15 +1,15 @@ #!/bin/sh +detectsan() { cc -fsanitize=$1 -dM -E -x c -