Loading cc/builder.go +2 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,8 @@ var ( CommandDeps: []string{"$ldCmd"}, Rspfile: "${out}.rsp", RspfileContent: "${in}", // clang -Wl,--out-implib doesn't update its output file if it hasn't changed. Restat: true, }, "ldCmd", "crtBegin", "libFlags", "crtEnd", "ldFlags") Loading Loading
cc/builder.go +2 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,8 @@ var ( CommandDeps: []string{"$ldCmd"}, Rspfile: "${out}.rsp", RspfileContent: "${in}", // clang -Wl,--out-implib doesn't update its output file if it hasn't changed. Restat: true, }, "ldCmd", "crtBegin", "libFlags", "crtEnd", "ldFlags") Loading