Update remote and version of submodule rpmalloc (#5696)

This PR updates the remote URL and content of rpmalloc.

Fixes #4752
Fixes #4806 (assumably)
Helps #5694

You must now run
```
git submodule sync --recursive
```
once to reflect this change.
This commit is contained in:
Johannes Lorenz
2020-10-06 01:00:58 +02:00
committed by GitHub
parent 3fa4b98a9e
commit c58c781f93
3 changed files with 8 additions and 2 deletions

View File

@@ -21,6 +21,12 @@ if (NOT LMMS_BUILD_WIN32)
)
endif()
if(MINGW)
target_compile_definitions(rpmalloc
PRIVATE -D_WIN32_WINNT=0x600
)
endif()
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
# rpmalloc uses GCC builtin "__builtin_umull_overflow" with ENABLE_VALIDATE_ARGS,
# which is only available starting with GCC 5