Kaynağa Gözat

Link to stdc++fs in default gcc toolchain

default_compile_flags
vector-of-bool 6 yıl önce
ebeveyn
işleme
7ebe0d70df
1 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. +6
    -3
      src/dds/toolchain.cpp

+ 6
- 3
src/dds/toolchain.cpp Dosyayı Görüntüle

|| false; || false;
// clang-format on // clang-format on


if (!found_single) {
throw invalid_toolchain(fmt::format("Unknown toolchain file key '{}'", key));
if (found_single) {
continue;
} }

throw invalid_toolchain(fmt::format("Unknown toolchain file key '{}'", key));
} }


require_key("Include-Template", inc_template); require_key("Include-Template", inc_template);
"-g", "-g",
"-fPIC", "-fPIC",
"-fdiagnostics-color", "-fdiagnostics-color",
"-pthread",
"<INPUTS>", "<INPUTS>",
"-pthread",
"-lstdc++fs",
"-o", "-o",
"<OUT>", "<OUT>",
}); });

Yükleniyor…
İptal
Kaydet