mirror of https://github.com/google/oss-fuzz.git
rocksdb: build with c++17 (#7922)
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48489
This commit is contained in:
parent
f40452d714
commit
d24a351bc8
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
export CFLAGS="${CFLAGS} -DNDEBUG"
|
||||
export CXXFLAGS="${CXXFLAGS} -DNDEBUG"
|
||||
export CXXFLAGS="${CXXFLAGS} -DNDEBUG -std=c++17"
|
||||
|
||||
cd $SRC/LPM
|
||||
export PKG_CONFIG_PATH=$PWD:$PWD/external.protobuf/lib/pkgconfig/
|
||||
|
|
Loading…
Reference in New Issue