mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
bug 285480: Duplicate message IDs
This commit is contained in:
parent
3979025bff
commit
d3c83b869d
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,6 @@ Option.list = Produce a compiler listing that includes an object listing (-qlist
|
|||
Option.listopt = Produce a compiler listing that displays all options in effect(-qlistopt)
|
||||
Option.phsinfo = Report the time taken in each compilation phase (-qphsinfo)
|
||||
Option.noprint = Suppress all listings (-qnoprint )
|
||||
Option.report = Instruct the compiler to produce transformation reports (-qreport)
|
||||
Option.showinc = Show all included files in the source listing (-qshowinc)
|
||||
Option.source = Produce a compiler listing and include the source code (-qsource)
|
||||
Option.srcmsg = Add the corresponding source code lines to the diagnostic messages in stderr file (-qsrcmsg)
|
||||
|
@ -384,6 +383,7 @@ Option.xref.noxref = Do not report identifiers in the program (-qnoxref)
|
|||
Option.xref.fullxref = Report all the identifiers in the program (-qxref = full)
|
||||
Option.xref.xref = Report only those identifiers which are used (-qxref)
|
||||
Option.warnfourcharconsts = Enable warning of four-character constants in source
|
||||
Option.report = Produce listing files that show how sections of code have been optimized (-qreport)
|
||||
|
||||
# Error Checking and Debugging
|
||||
Option.g = Generate debugging information (-g)
|
||||
|
|
Loading…
Add table
Reference in a new issue