Skip to content

Commit e38b31c

Browse files
authored
Build macros as executables by default (#6240)
This just flips the feature flag.
1 parent 532fb68 commit e38b31c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Package.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,3 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
737737
.package(path: "../swift-certificates"),
738738
]
739739
}
740-
741-
// Enable building macros as dynamic libraries by default for bring-up.
742-
for target in package.targets.filter({ $0.type == .regular || $0.type == .test }) {
743-
target.swiftSettings = (target.swiftSettings ?? []) + [ .define("BUILD_MACROS_AS_DYLIBS") ]
744-
}

0 commit comments

Comments
 (0)