mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
Remove -no-canonical-prefixes flag
This commit is contained in:
parent
da6d610056
commit
e011973593
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
@ -966,7 +966,6 @@ int main(int argc, char *argv[]) {
|
|||
AddArg("-Wno-unused-command-line-argument");
|
||||
AddArg("-Wno-incompatible-pointer-types-discards-qualifiers");
|
||||
}
|
||||
AddArg("-no-canonical-prefixes");
|
||||
if (!__nocolor) {
|
||||
AddArg(firstnonnull(colorflag, "-fdiagnostics-color=always"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue