Explorar el Código

Missed a template flag in builtin toolchain

default_compile_flags
vector-of-bool hace 5 años
padre
commit
f569401b30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/dds/toolchain.cpp

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

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

Cargando…
Cancelar
Guardar