1 Star 0 Fork 399

孤人岛屿/acl

forked from acl-dev/acl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cosmocc-build.sh 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
郑树新 提交于 2024-04-04 15:28 . Optimize project's building.
#!/bin/sh
export ENV_CC=cosmocc
export ENV_CPP=cosmoc++
cd lib_acl; make -j 4;
cd samples; make;
cd ../..
cd lib_protocol; make -j 4;
cd samples; make;
cd ../..
cd lib_acl_cpp; make -j 10
cd samples; make;
cd ../..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/orphan-island/acl.git
git@gitee.com:orphan-island/acl.git
orphan-island
acl
acl
master

搜索帮助