mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Turned on the DebugInfo flag so we can get line numbers
in the backtraces. Also fixed the e-mail address for the build message.
This commit is contained in:
parent
914825d390
commit
771e8c3c11
3 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@
|
|||
<filelist dir="${basedir}" files="message.txt,compile.log"/>
|
||||
</concat>
|
||||
<mail subject="CDT Build ${siteversion}.${timestamp} completed"
|
||||
tolist="dschaefe@ca.ibm.com" from="dschaefe@ca.ibm.com">
|
||||
tolist="cdt-test-dev@eclipse.org" from="dschaefe@ca.ibm.com">
|
||||
<message src="mail.txt"/>
|
||||
</mail>
|
||||
</target>
|
||||
|
|
|
@ -69,7 +69,7 @@ zipargs=
|
|||
#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar
|
||||
|
||||
# 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
|
||||
|
|
|
@ -75,7 +75,7 @@ zipargs=
|
|||
#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar
|
||||
|
||||
# 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