mysql@5.6: remove ENV.minimal_optimization no-op.

This commit is contained in:
Mike McQuaid 2016-12-19 17:39:26 +00:00
parent 12c9f413a5
commit 2c015c5d2b

View file

@ -49,10 +49,6 @@ class MysqlAT56 < Formula
"COMMAND /usr/bin/libtool -static -o ${TARGET_LOCATION}",
"COMMAND libtool -static -o ${TARGET_LOCATION}"
# Build without compiler or CPU specific optimization flags to facilitate
# compilation of gems and other software that queries `mysql-config`.
ENV.minimal_optimization
# -DINSTALL_* are relative to `CMAKE_INSTALL_PREFIX` (`prefix`)
args = %W[
-DMYSQL_DATADIR=#{datadir}