Skip to content

Commit 2b542cb

Browse files
Merge pull request #63395 from aschwaighofer/default_to_no_default_runtime_function_counters
Default to no default for swift-enable-runtime-function-counters
2 parents d2f5449 + fdedaad commit 2b542cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ KNOWN_SETTINGS=(
212212
swift-stdlib-single-threaded-concurrency "0" "build Swift concurrency in single-threaded mode"
213213
swift-stdlib-concurrency-tracing "" "whether to enable tracing signposts for concurrency; default is 1 on Darwin platforms, 0 otherwise"
214214
swift-stdlib-use-relative-protocol-witness-tables "0" "whether to use relative protocol witness table"
215-
swift-enable-runtime-function-counters "1" "whether to enable runtime function counters"
215+
swift-enable-runtime-function-counters "" "whether to enable runtime function counters"
216216
swift-stdlib-os-versioning "1" "whether to build stdlib with availability based on OS versions (Darwin only)"
217217
swift-stdlib-has-commandline "1" "whether to build stdlib with the CommandLine enum and support for argv/argc"
218218
swift-stdlib-stable-abi "" "should stdlib be built with stable ABI, if not set defaults to true on Darwin, false otherwise"

0 commit comments

Comments
 (0)