Please enable JavaScript in your browser!
首页
发现
帮助
登录
ByteGear
/
BinOM
镜像自地址
https://github.com/gbytegear/BinOM
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
9e49ce8b5e
分支列表
标签列表
dev
page
prototype
test_release
BinOM
/
build
/
rebuild.sh
rebuild.sh
99 B
文件历史
原始文件
1
2
3
4
5
#!/usr/bin/bash
cmake -G "MSYS Makefiles" .. -DCMAKE_BUILD_TYPE=Debug
make binom -j4
make test -j4