aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/winnt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/winnt')
-rw-r--r--gcc/config/winnt/ld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/winnt/ld.c b/gcc/config/winnt/ld.c
index 91dabce..c75aa2b 100644
--- a/gcc/config/winnt/ld.c
+++ b/gcc/config/winnt/ld.c
@@ -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))
{