mirror of
				https://github.com/facebook/zstd.git
				synced 2025-11-04 00:02:59 -05:00 
			
		
		
		
	zstd binary, when compiled from /tests, enables debug mode
adds ZSTD_DEBUG=1 and -g
This commit is contained in:
		
							parent
							
								
									e28305fcca
								
							
						
					
					
						commit
						e9dc0ab884
					
				@ -76,16 +76,16 @@ allnothread: fullbench fuzzer paramgrill datagen decodecorpus
 | 
			
		||||
dll: fuzzer-dll zstreamtest-dll
 | 
			
		||||
 | 
			
		||||
zstd:
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) $@
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) $@ MOREFLAGS="$(DEBUGFLAGS)"
 | 
			
		||||
 | 
			
		||||
zstd32:
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) $@
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) $@ MOREFLAGS="$(DEBUGFLAGS)"
 | 
			
		||||
 | 
			
		||||
zstd-nolegacy:
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) $@
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) $@ MOREFLAGS="$(DEBUGFLAGS)"
 | 
			
		||||
 | 
			
		||||
gzstd:
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1
 | 
			
		||||
	$(MAKE) -C $(PRGDIR) zstd HAVE_ZLIB=1 MOREFLAGS="$(DEBUGFLAGS)"
 | 
			
		||||
 | 
			
		||||
fullbench32: CPPFLAGS += -m32
 | 
			
		||||
fullbench fullbench32 : CPPFLAGS += $(MULTITHREAD_CPP)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user