configure配置及其cmake配置-静态库生成

configure配置:
./configure  --enable-shared=no --enable-static=yes


cmake配置:
cmake  -DBUILD_SHARED_LIBS=NO   -DCMAKE_BUILD_TYPE=release

猜你喜欢

转载自blog.csdn.net/sz76211822/article/details/84583088