disable fast-math as it makes isnan have undefined behavior
This commit is contained in:
		
							parent
							
								
									2d3fdc3cc1
								
							
						
					
					
						commit
						02677464b1
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,7 +13,6 @@ add_compile_options(
 | 
				
			||||||
	"-Wall"
 | 
						"-Wall"
 | 
				
			||||||
	"-Wno-reorder"
 | 
						"-Wno-reorder"
 | 
				
			||||||
	"-Wfatal-errors"
 | 
						"-Wfatal-errors"
 | 
				
			||||||
	"-ffast-math"
 | 
					 | 
				
			||||||
	"-ftree-vectorize"
 | 
						"-ftree-vectorize"
 | 
				
			||||||
	"-g"
 | 
						"-g"
 | 
				
			||||||
	"-fno-strict-aliasing"
 | 
						"-fno-strict-aliasing"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue