Skip to content
Snippets Groups Projects
Commit 96f131c8 authored by feruzm's avatar feruzm
Browse files

remove deprecated node cmake options

parent e7ef0089
No related branches found
No related tags found
1 merge request!143Deploy recent changes
......@@ -50,11 +50,8 @@ mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DLOW_MEMORY_NODE=ON \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=OFF \
-DHIVE_LINT_LEVEL=OFF \
-DENABLE_MIRA=OFF \
..
make -j$(nproc)
sudo make install
......
......@@ -44,11 +44,8 @@ mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DLOW_MEMORY_NODE=ON \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=OFF \
-DHIVE_LINT_LEVEL=OFF \
-DENABLE_MIRA=OFF \
..
make -j$(nproc)
sudo make install
......
......@@ -187,16 +187,6 @@ See: [#1477]({{ 'https://github.com/steemit/steem/issues/1477' | archived_url }}
--validate-database-invariants
```
### `database-cfg`<a style="float: right" href="#sections"><i class="fas fa-chevron-up fa-sm" /></a>
The database configuration file location **MIRA only (prior to HF25).**
```bash
--database-cfg=database.cfg
```
**Removed in:** HF25
### `account-history-rocksdb-immediate-import`<a style="float: right" href="#sections"><i class="fas fa-chevron-up fa-sm" /></a>
Allows to force immediate data import at plugin startup. By default storage is supplied during reindex process.
......
......@@ -44,11 +44,8 @@ mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DLOW_MEMORY_NODE=ON \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=ON \
-DHIVE_LINT_LEVEL=OFF \
-DENABLE_MIRA=OFF \
..
make -j$(nproc)
sudo make install
......
......@@ -91,11 +91,8 @@ cmake \
-DCMAKE_INSTALL_PREFIX="~/opt/$HIVE_NAME" \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_HIVE_TESTNET=ON \
-DLOW_MEMORY_NODE=OFF \
-DCLEAR_VOTES=ON \
-DSKIP_BY_TX_ID=ON \
-DHIVE_LINT_LEVEL=OFF \
-DENABLE_MIRA=ON \
..
mkdir -p ~/opt/$HIVE_NAME
make -j$(nproc) install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment