Remove rocksdb opts refault, safer index consistency check

This commit is contained in:
Ulf Wiger
2022-07-22 15:31:55 +02:00
parent c4235be94a
commit 7057f4dcbd
2 changed files with 3 additions and 13 deletions
-7
View File
@@ -1,11 +1,4 @@
%% -*- erlang-mode -*-
case os:getenv("ERLANG_ROCKSDB_OPTS") of
false ->
true = os:putenv("ERLANG_ROCKSDB_OPTS", "-DWITH_BUNDLE_LZ4=ON");
_ ->
%% If manually set, we assume it's throught through
skip
end.
case os:getenv("DEBUG") of
"true" ->
Opts = proplists:get_value(erl_opts, CONFIG, []),