浏览代码

consider .S as a source file

it's asm that needs to be linked with the final archive/exe

this is gcc-centric / not MS compatible
gnu_extensions
John Robinson 4 年前
父节点
当前提交
6c7192ebb9
找不到此签名对应的密钥
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp 查看文件

assert(std::is_sorted(header_exts.begin(), header_exts.end())); assert(std::is_sorted(header_exts.begin(), header_exts.end()));
static std::vector<std::string_view> source_exts = { static std::vector<std::string_view> source_exts = {
".C", ".C",
".S",
".c", ".c",
".c++", ".c++",
".cc", ".cc",

正在加载...
取消
保存