mirror of https://github.com/google/oss-fuzz.git
muduo: do not build examples (#9560)
The examples are not needed. This reduces the build and helps avoid an error that affects the Fuzz Introspector build.
This commit is contained in:
parent
fa8ef1734f
commit
a2b0680642
|
@ -17,7 +17,7 @@
|
|||
|
||||
sed -i '34 a $ENV{CXXFLAGS}' CMakeLists.txt
|
||||
mkdir -p build-dir && cd build-dir
|
||||
cmake -DCMAKE_BUILD_TYPE="release" \
|
||||
cmake -DCMAKE_BUILD_TYPE="release" -DMUDUO_BUILD_EXAMPLES=OFF \
|
||||
..
|
||||
make -j$(nproc)
|
||||
|
||||
|
|
Loading…
Reference in New Issue