소스 검색

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…
취소
저장