Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Exporting CDT 3.0.0 plug-ins without debug information


John,

In eclipse 3.1.1 you will find the options under Window > Preferences > Java > Compiler. There are three now:
    + Add variable attributes to generated class files
    + Add line number attributes to generated class files
    + Add source file name to generated class file

-Keith



John Dallaway <jld@xxxxxxxxxxxxxxx>
Sent by: cdt-dev-bounces@xxxxxxxxxxx

2005/10/19 10:00

Please respond to
"CDT General developers list."

To
cdt-dev@xxxxxxxxxxx
cc
Subject
[cdt-dev] Exporting CDT 3.0.0 plug-ins without debug information




I was able to build and export the CDT 2.1.1 plug-ins without debug
information under Eclipse 3.0.2 by clearing the "Compile source with
debug information" check box in the "Export Features" wizard.

There does not appear to be an equivalent check box in the Eclipse 3.1.0
Export Features wizard. How can I build and export the CDT 3.0.0
plug-ins without debug information under Eclipse 3.1.0?

John Dallaway
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top