<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cc2b7bc9670fc41a89e5a00e14aae71fca173732">https://github.com/macports/macports-ports/commit/cc2b7bc9670fc41a89e5a00e14aae71fca173732</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 cc2b7bc9670 direwolf: Use cmake.build_type
</span>cc2b7bc9670 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cc2b7bc9670fc41a89e5a00e14aae71fca173732
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Oct 30 08:57:49 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    direwolf: Use cmake.build_type
</span>---
 science/direwolf/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/direwolf/Portfile b/science/direwolf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ee3f336a8f9..abba32639a4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/direwolf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/direwolf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,8 +29,8 @@ depends_lib-append \
</span>     path:lib/libgps.dylib:gpsd
 
 # on default use basic optimization
<span style='display:block; white-space:pre;background:#e0ffe0;'>+cmake.build_type    Release
</span> configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DCMAKE_BUILD_TYPE=Release \
</span>     -DFORCE_SSE=1
 
 variant native description {Enable native cpu flags} {
</pre><pre style='margin:0'>

</pre>