mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
tests/Makefile : fixed target allnothread
ensures MT is disabled
This commit is contained in:
parent
f8a05932b9
commit
99a0a8bbd2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue