We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e5888 commit f1187eaCopy full SHA for f1187ea
src/rdb-cli/Makefile
@@ -8,7 +8,8 @@ $(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)
+ # Set WARNS=... to work around https://github.com/redis/librdb/issues/55
14
+ make -j$(SONIC_CONFIG_MAKE_JOBS) WARNS='-Wall -Wextra -pedantic -flto=auto'
15
mv bin/rdb-cli $(DEST)/
0 commit comments