abseil-cpp: fix build (#8015)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48948
This commit is contained in:
DavidKorczynski 2022-07-14 23:59:27 +01:00 committed by GitHub
parent a5352add98
commit a52ccc482c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#
################################################################################
export CXXFLAGS="$CXXFLAGS -std=c++14"
readonly EXTRA_BAZEL_FLAGS="$(
for f in ${CFLAGS}; do
echo "--conlyopt=${f}" "--linkopt=${f}"