File tree Expand file tree Collapse file tree 2 files changed +984
-1755
lines changed Expand file tree Collapse file tree 2 files changed +984
-1755
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ option(LLAMA_GPROF "llama: enable gprof"
59
59
option (LLAMA_FATAL_WARNINGS "llama: enable -Werror flag" OFF )
60
60
61
61
# sanitizers
62
- option (LLAMA_SANITIZE_THREAD "llama: enable thread sanitizer" ON )
63
- option (LLAMA_SANITIZE_ADDRESS "llama: enable address sanitizer" ON )
64
- option (LLAMA_SANITIZE_UNDEFINED "llama: enable undefined sanitizer" ON )
62
+ option (LLAMA_SANITIZE_THREAD "llama: enable thread sanitizer" OFF )
63
+ option (LLAMA_SANITIZE_ADDRESS "llama: enable address sanitizer" OFF )
64
+ option (LLAMA_SANITIZE_UNDEFINED "llama: enable undefined sanitizer" OFF )
65
65
66
66
# instruction set specific
67
67
if (LLAMA_NATIVE )
@@ -126,7 +126,7 @@ option(LLAMA_CPU_HBM "llama: use memkind for CPU HBM"
126
126
set (LLAMA_SCHED_MAX_COPIES "4" CACHE STRING "llama: max input copies for pipeline parallelism" )
127
127
128
128
option (LLAMA_BUILD_TESTS "llama: build tests" ${LLAMA_STANDALONE} )
129
- option (LLAMA_BUILD_EXAMPLES "llama: build examples" ON )
129
+ option (LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE} )
130
130
option (LLAMA_BUILD_SERVER "llama: build server example" ON )
131
131
132
132
# add perf arguments
You can’t perform that action at this time.
0 commit comments