Skip to content

Commit

Permalink
Disabled Optimization During Generated Code Verification (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin authored Mar 12, 2024
1 parent ee67d7a commit 9c0f3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SourcerySwift/Sources/SwiftTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ open class SwiftTemplate {
"swift",
"build",
"-c", "release",
"-Xswiftc", "-Onone",
"-Xswiftc", "-suppress-warnings",
"--disable-sandbox"
]
Expand All @@ -250,6 +251,7 @@ open class SwiftTemplate {
"swift",
"build",
"-c", "release",
"-Xswiftc", "-Onone",
"-Xswiftc", "-suppress-warnings",
"--disable-sandbox"
]
Expand Down

0 comments on commit 9c0f3bf

Please sign in to comment.