eclipse plugin: Include debug info in the .jars
This commit is contained in:
parent
33fe62c579
commit
ca1b9ee5e8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ JavaSE-1.6=${java.home}/lib/rt.jar
|
|||
logExtension=.log
|
||||
|
||||
# Whether or not to include debug info in the output jars
|
||||
javacDebugInfo=false
|
||||
javacDebugInfo=true
|
||||
|
||||
# Whether or not to fail the build if there are compiler errors
|
||||
javacFailOnError=true
|
||||
|
|
Loading…
Add table
Reference in a new issue