mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Include debug info in test-plugins
This commit is contained in:
parent
c09268625c
commit
39dbbd64b9
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2005 IBM Corporation and others.
|
||||
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# Markus Schorn (Wind River Systems)
|
||||
###############################################################################
|
||||
#####################
|
||||
# Parameters describing how and where to execute the build.
|
||||
|
@ -82,7 +83,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=on
|
||||
|
||||
# Whether or not to fail the build if there are compiler errors
|
||||
javacfailonerror=true
|
||||
|
|
Loading…
Add table
Reference in a new issue