include_directories(${CMAKE_SOURCE_DIR}/../dependencies/libpopcnt)
cmake ${src-dir-path} -DPLAYGROUND=OFF
make -j
- Some build options are as follows
option(USE_JEMALLOC "use jemalloc" ON)
option(PLAYGROUND "compile playground" ON)
option(USE_TCMALLOC "use tcmalloc" OFF)
option(BUILD_CPU "build on cpu" OFF)
Folder | Commment |
---|---|
reordering_utils | reordering utils |
cmake | findxxx cmake files |
host | host cpp codes |