Skip to content

Commit ff19634

Browse files
relic: fix build (#14092)
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 03a0de7 commit ff19634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/relic/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
################################################################################
1717

18-
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_NO_OPENSSL"
18+
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_NO_OPENSSL -Wno-deprecated-literal-operator"
1919
export LIBFUZZER_LINK="$LIB_FUZZING_ENGINE"
2020

2121
# Install Boost headers

0 commit comments

Comments
 (0)