1 Star 1 Fork 1

chai2010/protorpc.cxx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-debug-proj-mt.bat 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
chai2010 提交于 2014-08-07 16:09 . init
:: Copyright 2013 <chaishushan{AT}gmail.com>. All rights reserved.
:: Use of this source code is governed by a BSD-style
:: license that can be found in the LICENSE file.
:: ----------------------------------------------------------------------------
:: build app
mkdir zz_build_debug_proj_mt_tmp
cd zz_build_debug_proj_mt_tmp
cmake ..^
-DCMAKE_BUILD_TYPE=debug^
-DCMAKE_INSTALL_PREFIX=..^
^
-DCMAKE_C_FLAGS_DEBUG="/MTd /Zi /Od /Ob0 /RTC1"^
-DCMAKE_CXX_FLAGS_DEBUG="/MTd /Zi /Od /Ob0 /RTC1"^
^
-DCMAKE_C_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG"^
-DCMAKE_CXX_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG"^
^
-DCMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO"
:: ----------------------------------------------------------------------------
cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chai2010/protorpc.cxx.git
[email protected]:chai2010/protorpc.cxx.git
chai2010
protorpc.cxx
protorpc.cxx
master

搜索帮助