1 Star 0 Fork 0

Weiyi Chen/psi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-xwindows-release.sh 175 Bytes
一键复制 编辑 原始数据 按行查看 历史
Timon Gehr 提交于 2023-04-01 08:46 +08:00 . Update compilers.
#!/bin/bash
VERSION="1.32.0"
NAME="ldc2-$VERSION-windows-x64"
LDMD="wine ./$NAME/bin/ldmd2.exe";
# release build
$LDMD -O -inline -J. -Jlibrary *.d ast/*.d util/*.d -ofpsi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ikitsu/psi.git
git@gitee.com:ikitsu/psi.git
ikitsu
psi
psi
master

搜索帮助