Procházet zdrojové kódy

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 před 3 roky
rodič
revize
6c7192ebb9
V databázi nebyl nalezen žádný známý klíč pro tento podpis
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/dds/sdist/file.cpp

+ 1
- 0
src/dds/sdist/file.cpp Zobrazit soubor

@@ -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",

Načítá se…
Zrušit
Uložit