[android-developers] Why the compile task in the Ant scripts is defined to compile with debug information?
Hi,
I took some time and imported all the new rules from sdk-location\tools
\ant\ant_rules_r3.xml
During the import I have noticed that in the compiler target, where
the "javac" task is defined the debug property is set to true
(debug="true").
It doesn't use the manifest "debuggable" flag or has any reference to
any other varaiable.
I tried compiling with "debug=false" and so far didn't notice any
problems.
Can someone please explain if this is necessary ?
cheers
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home