Skip to content

Commit

Permalink
Merge pull request #122 from zmstone/0829-no-need-for-rocksdb
Browse files Browse the repository at this point in the history
build: set BUILD_WITHOUT_ROCKSDB to true by default
  • Loading branch information
zmstone authored Aug 29, 2023
2 parents 6105fc5 + 682d6dd commit 352ab68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

BUILD_WITHOUT_QUIC ?= true
export BUILD_WITHOUT_QUIC
BUILD_WITHOUT_ROCKSDB ?= true
export BUILD_WITHOUT_ROCKSDB

REBAR ?= $(or $(shell which rebar3 2>/dev/null),$(CURDIR)/rebar3)
REBAR_VERSION ?= 3.19.0-emqx-1
Expand Down

0 comments on commit 352ab68

Please sign in to comment.