Commit 67933baf by Richard Kenner

(LINK_SPEC): Pass -g to ld.exe.

Increase default stack size.

From-SVN: r10604
parent 4ac37106
......@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_SPEC ""
#undef LINK_SPEC
#define LINK_SPEC "-stack 1000000,1000000 -noinhibit-exec"
#define LINK_SPEC "-stack 5000000,5000000 -noinhibit-exec %{g}"
#undef CPP_SPEC
#define CPP_SPEC "-lang-c-c++-comments"
......
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