rocksdb: reduce bottle deviations.

master
Mike McQuaid 2019-01-24 13:57:05 +00:00
parent 93a352ba74
commit 59a0737b83
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Rocksdb < Formula
def install
ENV.cxx11
ENV["PORTABLE"] = "1" if build.bottle?
ENV["PORTABLE"] = "1"
ENV["DEBUG_LEVEL"] = "0"
ENV["USE_RTTI"] = "1"
ENV["DISABLE_JEMALLOC"] = "1" # prevent opportunistic linkage