From 99a0a8bbd2c2faa7f90dd755f4523f669086cb99 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sat, 13 Jan 2018 22:00:05 -0800 Subject: [PATCH] tests/Makefile : fixed target allnothread ensures MT is disabled --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 852ea7379..4acc7962f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -82,6 +82,8 @@ all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash all32: fullbench32 fuzzer32 zstreamtest32 +allnothread: MULTITHREAD_CPP= +allnothread: MULTITHREAD_LD= allnothread: fullbench fuzzer paramgrill datagen decodecorpus dll: fuzzer-dll zstreamtest-dll -- 2.47.2