Skip to content

Commit e065eb9

Browse files
Tor Didriksendahlerlend
authored andcommitted
Bug #32283619 AVOID USING TCMALLOC FOR RPDSERVER EVEN MYSQL IS COMPILED WITH TCMALLOC
Post-push fix: revert changes to cmake/malloc_utils.cmake. Change-Id: I0000df3d0226daa5ec3bccd2fbee7a6f77ae82fc
1 parent 322da05 commit e065eb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/malloc_utils.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ FUNCTION(FIND_MALLOC_LIBRARY library_name)
5858
STRING_APPEND(CMAKE_MODULE_LINKER_FLAGS " -l${library_name}")
5959
STRING_APPEND(CMAKE_SHARED_LINKER_FLAGS " -l${library_name}")
6060

61-
SET(FIND_MALLOC_LIBRARY_FLAG "-l${library_name}" CACHE STRING "" FORCE)
62-
6361
FOREACH(flag
6462
CMAKE_C_FLAGS
6563
CMAKE_CXX_FLAGS

0 commit comments

Comments
 (0)