mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-04-22 12:07:20 +02:00
Use double floating point when it has no impact on the code.
This commit is contained in:
Vendored
+1
-1
@@ -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