Ver código fonte

Missed a template flag in builtin toolchain

default_compile_flags
vector-of-bool 5 anos atrás
pai
commit
f569401b30
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/dds/toolchain.cpp

+ 1
- 1
src/dds/toolchain.cpp Ver arquivo

@@ -314,7 +314,7 @@ std::optional<toolchain> toolchain::get_builtin(std::string_view s) noexcept {
"-g",
"-fPIC",
"-fdiagnostics-color",
"<INPUTS>",
"<IN>",
"-pthread",
"-lstdc++fs",
"-o",

Carregando…
Cancelar
Salvar