Skip to content

Commit 0857bd5

Browse files
committed
Remove -enable-testing from build-script-helper
1 parent aa6087a commit 0857bd5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Utilities/build-script-helper.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ def get_swiftpm_options(args):
2929
if args.verbose:
3030
swiftpm_args += ['--verbose']
3131

32-
if args.configuration == 'release':
33-
# Enable running tests that use @testable in release builds.
34-
swiftpm_args += ['-Xswiftc', '-enable-testing']
35-
3632
if platform.system() != 'Darwin':
3733
swiftpm_args += [
3834
# Dispatch headers

0 commit comments

Comments
 (0)