瀏覽代碼

Missed a template flag in builtin toolchain

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
f569401b30
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/dds/toolchain.cpp

+ 1
- 1
src/dds/toolchain.cpp 查看文件

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

Loading…
取消
儲存