Skip to content

Commit b88b701

Browse files
committed
[cmake] Do not attempt to include the perf test suite by default
1 parent 92830b6 commit b88b701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
option(SWIFT_INCLUDE_PERF_TESTSUITE "Create targets for swift performance benchmarks." YES)
1+
option(SWIFT_INCLUDE_PERF_TESTSUITE "Create targets for swift performance benchmarks." NO)
22
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
33
# Performance test harness only builds on Darwin.
44
if (SWIFT_INCLUDE_PERF_TESTSUITE)

0 commit comments

Comments
 (0)