mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	Disable testing and fuzzing for openssl when building WASM packages (#1116)
Co-authored-by: EmelyanenkoK <emelyanenko.kirill@gmail.com>
This commit is contained in:
		
							parent
							
								
									622dc8676a
								
							
						
					
					
						commit
						b70090dae3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -85,7 +85,7 @@ cd ..
 | 
			
		|||
if [ ! -f "openssl/openssl_em" ]; then
 | 
			
		||||
  cd openssl
 | 
			
		||||
  make clean
 | 
			
		||||
  emconfigure ./Configure linux-generic32 no-shared no-dso no-engine no-unit-test
 | 
			
		||||
  emconfigure ./Configure linux-generic32 no-shared no-dso no-engine no-unit-test no-tests no-fuzz-afl no-fuzz-libfuzzer
 | 
			
		||||
  sed -i 's/CROSS_COMPILE=.*/CROSS_COMPILE=/g' Makefile
 | 
			
		||||
  sed -i 's/-ldl//g' Makefile
 | 
			
		||||
  sed -i 's/-O3/-Os/g' Makefile
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue