aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-16 08:00:18 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-11-16 09:02:16 +0000
commit98c329c1e63124218d76f3cf7fe5105f81c7d4e1 (patch)
treeb7e301d26d450b8cd6cbbf735a5a712ce774898c /CMakeLists.txt
parent0077017e233d2f666ccc281c54772d6f73fc686e (diff)
Enable vespamalloc for non x86_64 too.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea469733695..863ce8dd9de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,8 +150,7 @@ add_subdirectory(vespajlib)
add_subdirectory(vespalib)
add_subdirectory(vespalog)
if(NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin" AND
- NOT DEFINED VESPA_USE_SANITIZER AND
- CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
+ NOT DEFINED VESPA_USE_SANITIZER)
add_subdirectory(vespamalloc)
endif()
add_subdirectory(vsm)