We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228c8b4 commit 54422f1Copy full SHA for 54422f1
CMakeLists.txt
@@ -402,6 +402,7 @@ set(COMMON_LINK_LIBS
402
)
403
list(APPEND COMMON_LINK_LIBS ${PROTOBUF_LIBRARIES})
404
set(COMMON_LINK_OPTIONS ${LIB_FUZZING_ENGINE_FLAG})
405
+list(APPEND COMMON_LINK_OPTIONS -static-libstdc++ -static-libgcc)
406
407
# Ensure that curl and its dependencies are built before the fuzzers
408
set(FUZZ_DEPS curl_external ${CURL_DEPS} ${LIB_FUZZING_ENGINE_DEP} curl_fuzzer_proto libprotobuf_mutator_external)
0 commit comments