We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf5fd commit 6ef4f06Copy full SHA for 6ef4f06
projects/glaze/build.sh
@@ -15,12 +15,4 @@
15
#
16
################################################################################
17
18
-# Disable network tests
19
-sed -i '/add_subdirectory(networking_tests)/d' ./tests/CMakeLists.txt
20
-# remove some compiler flags for the tests which have conflict with OSS-Fuzz's flags
21
-sed -i '/target_compile_options(glz_test_common INTERFACE -fno-exceptions -fno-rtti)/d' ./tests/CMakeLists.txt
22
-mkdir build
23
-cmake -B build -DCMAKE_BUILD_TYPE=Release
24
-cmake --build build --config Release -j$(nproc)
25
-
26
fuzzing/ossfuzz.sh
0 commit comments