mysql@5.6: remove ENV.minimal_optimization no-op.
This commit is contained in:
parent
12c9f413a5
commit
2c015c5d2b
1 changed files with 0 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue