Commit 4bd5b0b2 by Richard Kenner

(main): Don't pass -g to link.

From-SVN: r10602
parent c1a61ccc
......@@ -288,6 +288,7 @@ main (argc, argv)
addarg (expand_lib (&argv[i][2]));
}
else if (!strcmp (argv [i], "-v")
|| !strcmp (argv [i], "-g")
|| !strcmp (argv [i], "-noinhibit-exec"))
{
;
......
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