Skip to content
Snippets Groups Projects
Commit d3b0a137 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

SH-2789 WIP - fix for linux build failure

parent ba67b935
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ endif (WINDOWS)
# Apparently buggy - LL_USE_TCMALLOC never gets set. Fix when we have time to test the
# corresponding source code.
if (USE_TCMALLOC)
set(TCMALLOC_FLAG -ULL_USE_TCMALLOC=1)
set(TCMALLOC_FLAG -ULL_USE_TCMALLOC) # was -ULL_USE_TCMALLOC=1 which makes no sense.
else (USE_TCMALLOC)
set(TCMALLOC_FLAG -ULL_USE_TCMALLOC)
endif (USE_TCMALLOC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment