Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorVivian Kong2009-09-29 19:45:35 +0000
committerVivian Kong2009-09-29 19:45:35 +0000
commitd3c83b869dd514215eafbf86acd9e427159d94f2 (patch)
tree8c01614ff37a3b240a148c7b2828ffdfb29374eb /xlc
parent3979025bffaf1942695e539863374c59160ae3cf (diff)
downloadorg.eclipse.cdt-d3c83b869dd514215eafbf86acd9e427159d94f2.tar.gz
org.eclipse.cdt-d3c83b869dd514215eafbf86acd9e427159d94f2.tar.xz
org.eclipse.cdt-d3c83b869dd514215eafbf86acd9e427159d94f2.zip
bug 285480: Duplicate message IDs
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
index 3c1c4e4d1bf..ff80c3324e8 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
@@ -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)

Back to the top