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:
DavidKorczynski 2023-02-02 15:12:30 +00:00 committed by GitHub
parent fa8ef1734f
commit a2b0680642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)