We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e5888 commit 61dafe8Copy full SHA for 61dafe8
src/rdb-cli/Makefile
@@ -8,7 +8,9 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
8
rm -rf ./librdb
9
git clone https://github.com/redis/librdb.git
10
pushd ./librdb/
11
- git checkout 2fdfc0c2bc914d643fe3f86e6715aeb843d8966e
+ git checkout tags/v1.0.0
12
git submodule update --init --recursive
13
make -j$(SONIC_CONFIG_MAKE_JOBS)
14
+ # Set WARNS=... to work around https://github.com/redis/librdb/issues/55
15
+ make -j$(SONIC_CONFIG_MAKE_JOBS) WARNS='-Wall -Wextra -pedantic -flto=auto'
16
mv bin/rdb-cli $(DEST)/
0 commit comments