<pre style='margin:0'>
Sean Farley (seanfarley) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6b8448d639aa864a55729b4b90823536bbac2aff">https://github.com/macports/macports-ports/commit/6b8448d639aa864a55729b4b90823536bbac2aff</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 6b8448d  carthage: fix compiler crash by removing swift optimizations
</span>6b8448d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6b8448d639aa864a55729b4b90823536bbac2aff
</span>Author: Sean Farley <sean@macports.org>
AuthorDate: Thu Mar 30 11:22:14 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    carthage: fix compiler crash by removing swift optimizations
</span>---
 devel/carthage/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/carthage/Portfile b/devel/carthage/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df9e25e..adb2666 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/carthage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/carthage/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,9 @@ use_configure       no
</span> build               {}
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} TEMPORARY_FOLDER=${destroot} XCODEFLAGS=\"-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=${destroot} -IDECustomDerivedDataLocation=${worksrcpath}/custombuild CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO\""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # remove swift optimization since that can cause the compiler to crash
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # sometimes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${build.cmd} prefix_install PREFIX=${destroot}${prefix} TEMPORARY_FOLDER=${destroot} XCODEFLAGS=\"-workspace 'Carthage.xcworkspace' -scheme 'carthage' DSTROOT=${destroot} -IDECustomDerivedDataLocation=${worksrcpath}/custombuild CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO SWIFT_OPTIMIZATION_LEVEL=-Onone\""
</span> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>