Zig treats -lstdc++ identically to -lc++
Thanks to Michael Dusan for figuring out what was happening here. closes #5012
This commit is contained in:
@@ -9252,6 +9252,7 @@ void add_cc_args(CodeGen *g, ZigList<const char *> &args, const char *out_dep_pa
|
||||
}
|
||||
|
||||
args.append("-nostdinc");
|
||||
args.append("-nostdinc++");
|
||||
args.append("-fno-spell-checking");
|
||||
|
||||
if (g->function_sections) {
|
||||
|
||||
Reference in New Issue
Block a user