Skip to content

Commit

Permalink
Enable batch mode for Swift compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Nov 2, 2023
1 parent 198260c commit 5deb8bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class CompileSwiftPhase(
+getSwiftcBuildTypeArgs()
+"-emit-object"
+"-parse-as-library"
+"-enable-batch-mode"
+"-g"
+"-module-cache-path"
+skieBuildDirectory.cache.swiftModules.directory.absolutePath
Expand Down

0 comments on commit 5deb8bc

Please sign in to comment.