소스 검색

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 3 년 전
부모
커밋
6c7192ebb9
No known key found for this signature in database
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp 파일 보기

@@ -25,6 +25,7 @@ std::optional<source_kind> dds::infer_source_kind(path_ref p) noexcept {
assert(std::is_sorted(header_exts.begin(), header_exts.end()));
static std::vector<std::string_view> source_exts = {
".C",
".S",
".c",
".c++",
".cc",

Loading…
취소
저장