Star
0
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
33
分析
项目设置
Star
0
Fork
0
master
third_party_rust_cc-rs
/
tests
下载当前目录
T
Thom Chiovoloni
Add
Build::asm_flag
4008959b
创建于
2022年11月17日
历史提交
文件
最后提交记录
最后更新时间
support
Try to fix CI (
#659
) Looks like this is related to the changes in
Command
on Windows done awhile back in the standard library.
4 年前
cc_env.rs
Update to the 2018 edition
6 年前
cflags.rs
Migrate CI to GitHub Actions
6 年前
cxxflags.rs
Migrate CI to GitHub Actions
6 年前
test.rs
Add
Build::asm_flag
The method allows flags to be specified that are only applied to assembly input files, not C files. This is helpful with clang, which only accepts certain assembly options if the input file is asm, not C.
3 年前