Skip to content

Commit

Permalink
Refactor SWIFT_ACTIVE_COMPILATION_CONDITIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
dangthaison91 committed May 4, 2019
1 parent ee97ddb commit 6374c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/xcodeproj/Utils/BuildSettingsProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public class BuildSettingsProvider {
}
if let variant = variant, let swift = swift, variant == .release, swift == true {
buildSettings["SWIFT_OPTIMIZATION_LEVEL"] = "-Owholemodule"
buildSettings["SWIFT_ACTIVE_COMPILATION_CONDITIONS"] = ""
buildSettings["SWIFT_COMPILATION_MODE"] = "wholemodule"
}
if let product = product, product == .framework {
Expand Down

0 comments on commit 6374c7d

Please sign in to comment.