rocksdb: reduce bottle deviations.
parent
93a352ba74
commit
59a0737b83
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue