mirror of https://github.com/google/oss-fuzz.git
abseil-cpp: fix build (#8015)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48948
This commit is contained in:
parent
a5352add98
commit
a52ccc482c
|
@ -14,6 +14,8 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
export CXXFLAGS="$CXXFLAGS -std=c++14"
|
||||||
|
|
||||||
readonly EXTRA_BAZEL_FLAGS="$(
|
readonly EXTRA_BAZEL_FLAGS="$(
|
||||||
for f in ${CFLAGS}; do
|
for f in ${CFLAGS}; do
|
||||||
echo "--conlyopt=${f}" "--linkopt=${f}"
|
echo "--conlyopt=${f}" "--linkopt=${f}"
|
||||||
|
|
Loading…
Reference in New Issue