From a60475a9fcef78a28ba5cd8496eabb98aa2e2e60 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Fri, 14 Oct 2016 16:00:25 +0200 Subject: Update description for debugging options --- doc/ccomp.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/ccomp.1') diff --git a/doc/ccomp.1 b/doc/ccomp.1 index 78da8191..bf245541 100644 --- a/doc/ccomp.1 +++ b/doc/ccomp.1 @@ -218,9 +218,8 @@ Debugging Options Generate debugging information. . .TP -.B \-gdepth -Control generation of debugging information (=0: none, =1: only-globals, =2: globals and locals without locations, =3: full). -The default level is 3 for full debugging information. +.BR \-g0 ", " \-g1 ", " \-g2 ", " \-g3 +Control generation of debugging information (0: none, 1: only globals, 2: globals and locals without locations, 3: full debug information). The default level is 3 for full debug information. . .SS Debugging Options (GNU Backend) @@ -229,7 +228,7 @@ Debugging Options (GNU Backend) .TP .B \-gdwarf- For GNU backends select debug information in DWARF format version 2 or 3. -The default format is DWARF v2. +The default format is DWARF v3. . .SS Linking Options -- cgit