You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ccomp.1
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,8 @@ Generate full debugging information.
281
281
.
282
282
.TP
283
283
.BR\-g0 ", "\-g1 ", "\-g2 ", "\-g3
284
-
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.
284
+
Control generation of debugging information (0: none, 1: only globals, 2: globals and locals without locations, 3: full debug information).
285
+
The default level is 3 for full debug information.
285
286
.
286
287
.SS
287
288
Debugging Options (GNU Backend)
@@ -328,7 +329,7 @@ Remove all symbol table and relocation information from the executable.
328
329
.
329
330
.TP
330
331
.B\-shared
331
-
Produce a shared library (".so" file) instead of an executable.
332
+
Produce a shared library (\fB.so\fP file) instead of an executable.
332
333
.
333
334
.TP
334
335
.B\-static
@@ -427,6 +428,10 @@ Disabled by default.
427
428
Dangerous conversion of constants, e.g. literals that are too large for the given type.
428
429
Enabled by default.
429
430
.sp
431
+
\fIdollar\-in\-identifier\-extension\fP:
432
+
Use of dollar characters (\fB$\fP) in identifiers.
433
+
Disabled by default.
434
+
.sp
430
435
\fIextern\-after\-definition\fP:
431
436
Extern declarations after non-extern definitions.
432
437
Enabled by default.
@@ -512,6 +517,10 @@ Enabled by default.
512
517
Use of unsupported or unknown pragmas.
513
518
Disabled by default.
514
519
.sp
520
+
\fIunknown\-warning\-option\fP:
521
+
Use of a \fB-W<warning>\fP command-line option with a warning class not known to CompCert.
522
+
Enabled by default.
523
+
.sp
515
524
\fIunused\-ais\-parameter\fP:
516
525
Unused parameter for embedded program annotations.
0 commit comments