]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
tests/Makefile : fixed target allnothread
authorYann Collet <cyan@fb.com>
Sun, 14 Jan 2018 06:00:05 +0000 (22:00 -0800)
committerYann Collet <cyan@fb.com>
Sun, 14 Jan 2018 06:00:05 +0000 (22:00 -0800)
ensures MT is disabled

tests/Makefile

index 852ea73794f294e39d08c3bf4967343493e6b8cb..4acc7962ffee3cfa2326de20550289852786a8c7 100644 (file)
@@ -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