|  | @@ -36,7 +36,8 @@ matrix:
 | 
	
		
			
				|  |  |      - env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
 | 
	
		
			
				|  |  |      ## We only want to check these build option combinations once
 | 
	
		
			
				|  |  |      ## (they shouldn't vary by compiler or OS)
 | 
	
		
			
				|  |  | -    - env: HARDENING_OPTIONS=""
 | 
	
		
			
				|  |  | +    ## We run coverage with hardening off, which seems like enough
 | 
	
		
			
				|  |  | +    # - env: HARDENING_OPTIONS=""
 | 
	
		
			
				|  |  |      ## We check asciidoc with distcheck, to make sure we remove doc products
 | 
	
		
			
				|  |  |      - env: DISTCHECK="yes" ASCIIDOC_OPTIONS=""
 | 
	
		
			
				|  |  |  
 |