We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d953f commit 5efb3d2Copy full SHA for 5efb3d2
CMakeLists.txt
@@ -143,7 +143,8 @@ endif()
143
144
if(USE_LARGE_INT_PLACEHOLDERS)
145
message(STATUS "Using large int placeholders")
146
- list(APPEND SPARROW_COMPILE_DEFINITIONS SPARROW_USE_LARGE_INT_PLACEHOLDERS)
+ #list(APPEND SPARROW_COMPILE_DEFINITIONS SPARROW_USE_LARGE_INT_PLACEHOLDERS)
147
+ add_compile_definitions(SPARROW_USE_LARGE_INT_PLACEHOLDERS)
148
endif()
149
150
# Build
0 commit comments