提交 e3c4a588 编写于 作者: Q qiaolongfei

add -Wno-error=pessimizing-move only on macos

上级 8868a54d
......@@ -13,7 +13,9 @@
# limitations under the License.
#
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=pessimizing-move")
if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=pessimizing-move")
endif(APPLE)
function(inference_api_test TARGET_NAME TEST_SRC DEP_TEST)
set(options "")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册