Browse Source

Missed a template flag in builtin toolchain

default_compile_flags
vector-of-bool 5 years ago
parent
commit
f569401b30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dds/toolchain.cpp

+ 1
- 1
src/dds/toolchain.cpp View File

"-g", "-g",
"-fPIC", "-fPIC",
"-fdiagnostics-color", "-fdiagnostics-color",
"<INPUTS>",
"<IN>",
"-pthread", "-pthread",
"-lstdc++fs", "-lstdc++fs",
"-o", "-o",

Loading…
Cancel
Save