mirror of https://github.com/google/oss-fuzz.git
rocksdb: fix build (#7905)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47110
This commit is contained in:
parent
0a577f2624
commit
7aa82f920a
|
@ -14,6 +14,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
export CFLAGS="${CFLAGS} -DNDEBUG"
|
||||
export CXXFLAGS="${CXXFLAGS} -DNDEBUG"
|
||||
|
||||
cd $SRC/LPM
|
||||
export PKG_CONFIG_PATH=$PWD:$PWD/external.protobuf/lib/pkgconfig/
|
||||
export PATH=$PWD/external.protobuf/bin:$PATH
|
||||
|
|
Loading…
Reference in New Issue