mirror of
				https://github.com/facebook/zstd.git
				synced 2025-10-31 16:47:48 +02:00 
			
		
		
		
	minor tests/Makefile change, as suggested by @terrelln
https://github.com/facebook/zstd/pull/965#discussion_r160008006
This commit is contained in:
		| @@ -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 $@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user