提交 f80b6c2a 编写于 作者: F Fireatoms 提交者: wangzelin.wzl

Enable pch and unity option in compiling process of rpm mode in order to keep...

Enable pch and unity option in compiling process of rpm mode in order to keep consistent with other modes.
上级 b6aa3465
......@@ -116,7 +116,7 @@ function build
do_build "$@" -DCMAKE_BUILD_TYPE=Debug
;;
xrpm)
do_build "$@" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOB_USE_CCACHE=OFF -DOB_COMPRESS_DEBUG_SECTIONS=ON -DOB_STATIC_LINK_LGPL_DEPS=OFF -DOB_ENABLE_PCH=OFF -DOB_ENALBE_UNITY=OFF
do_build "$@" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOB_USE_CCACHE=OFF -DOB_COMPRESS_DEBUG_SECTIONS=ON -DOB_STATIC_LINK_LGPL_DEPS=OFF
;;
*)
BUILD_ARGS=(debug "${BUILD_ARGS[@]}")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册