mirror of
				https://github.com/VCMP-SqMod/SqMod.git
				synced 2025-10-30 13:57:20 +01:00 
			
		
		
		
	Use double floating point when it has no impact on the code.
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/Squirrel/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/Squirrel/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @@ -48,7 +48,7 @@ else() | ||||
| endif() | ||||
| # Make sure Squirrel knows this is 64 bit | ||||
| if(CMAKE_SIZEOF_VOID_P EQUAL 8) | ||||
|     target_compile_definitions(Squirrel PUBLIC _SQ64) | ||||
|     target_compile_definitions(Squirrel PUBLIC _SQ64=1 SQUSEDOUBLE=1) | ||||
| endif() | ||||
| # Set specific compiler options | ||||
| if (GCC OR MINGW) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user