mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
minor tests/Makefile change, as suggested by @terrelln
https://github.com/facebook/zstd/pull/965#discussion_r160008006
This commit is contained in:
parent
63aebdf9ea
commit
3d578eef0c
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ zstdc_%.o : $(ZSTDDIR)/compress/%.c
|
|||
zstdd_%.o : $(ZSTDDIR)/decompress/%.c
|
||||
$(CC) -c $(CPPFLAGS) $(CFLAGS) $< -o $@
|
||||
|
||||
zstdmt%.o : CPPFLAGS += -DZSTD_MULTITHREAD=1
|
||||
zstdmt%.o : CPPFLAGS += $(MULTITHREAD_CPP)
|
||||
|
||||
zstdmt_m_%.o : $(ZSTDDIR)/common/%.c
|
||||
$(CC) -c $(CPPFLAGS) $(CFLAGS) $< -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue