fix: revert changes to Makefile and CMakeLists
This commit is contained in:
parent
c229e48937
commit
e2323706e4
2 changed files with 952 additions and 1723 deletions
|
@ -59,9 +59,9 @@ option(LLAMA_GPROF "llama: enable gprof"
|
|||
option(LLAMA_FATAL_WARNINGS "llama: enable -Werror flag" OFF)
|
||||
|
||||
# sanitizers
|
||||
option(LLAMA_SANITIZE_THREAD "llama: enable thread sanitizer" ON)
|
||||
option(LLAMA_SANITIZE_ADDRESS "llama: enable address sanitizer" ON)
|
||||
option(LLAMA_SANITIZE_UNDEFINED "llama: enable undefined sanitizer" ON)
|
||||
option(LLAMA_SANITIZE_THREAD "llama: enable thread sanitizer" OFF)
|
||||
option(LLAMA_SANITIZE_ADDRESS "llama: enable address sanitizer" OFF)
|
||||
option(LLAMA_SANITIZE_UNDEFINED "llama: enable undefined sanitizer" OFF)
|
||||
|
||||
# instruction set specific
|
||||
if (LLAMA_NATIVE)
|
||||
|
@ -126,7 +126,7 @@ option(LLAMA_CPU_HBM "llama: use memkind for CPU HBM"
|
|||
set(LLAMA_SCHED_MAX_COPIES "4" CACHE STRING "llama: max input copies for pipeline parallelism")
|
||||
|
||||
option(LLAMA_BUILD_TESTS "llama: build tests" ${LLAMA_STANDALONE})
|
||||
option(LLAMA_BUILD_EXAMPLES "llama: build examples" ON)
|
||||
option(LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE})
|
||||
option(LLAMA_BUILD_SERVER "llama: build server example" ON)
|
||||
|
||||
# add perf arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue