You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(CUSTOM_MEMORY_MANAGEMENT OR (BUILD_SHARED_LIBS AND NOT DEFINED CUSTOM_MEMORY_MANAGEMENT))
set(USE_AWS_MEMORY_MANAGEMENT ON)
message(STATUS "Custom memory management enabled; stl objects now using custom allocators")
else()
set(USE_AWS_MEMORY_MANAGEMENT OFF)
message(STATUS "Custom memory management disabled")
endif()
Can't build CUSTOM_MEMORY_MANAGEMENT ON.
AWSCore.cpp
I'm not sure if this has to do with custom memory management, but I have seen those errors before and I have resolved them before by adding specific flags in the LinuxToolChain.cs file in the engine source code.
aws-sdk-cpp version 1.7.240
aws-sdk-cpp/aws-cpp-sdk-core/CMakeLists.txt
Can't build CUSTOM_MEMORY_MANAGEMENT ON.
AWSCore.cpp
Can't compile when CUSTOM_MEMORY_MANAGEMENT OFF.
The text was updated successfully, but these errors were encountered: