mk: Add NO_BENCH variable for turning off the --bench flag
This commit is contained in:
parent
ac2cd14867
commit
ceba95ced2
|
@ -42,6 +42,10 @@ ifdef CFG_VALGRIND
|
|||
TEST_BENCH =
|
||||
endif
|
||||
|
||||
ifdef NO_BENCH
|
||||
TEST_BENCH =
|
||||
endif
|
||||
|
||||
# Arguments to the perf tests
|
||||
ifdef CFG_PERF_TOOL
|
||||
CTEST_PERF_RUNTOOL = --runtool "$(CFG_PERF_TOOL)"
|
||||
|
|
Loading…
Reference in New Issue