Commit 395aa4c8 by Richard Kenner

(main): Pass -debug:full -debugtype:coff.

From-SVN: r8257
parent 3ce428da
......@@ -203,6 +203,7 @@ main (argc, argv)
if (ptr == NULL || strlen (ptr) != 4)
strcat (buff, ".exe");
addarg (buff);
addarg ("-debug:full -debugtype:coff");
}
else if (arg_len > 2 && !strncmp (argv [i], "-L", 2))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment