mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Trying to enable debug info in tests
This commit is contained in:
parent
4fe0f611dd
commit
cc1ce25579
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ zipargs=
|
|||
#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar
|
||||
|
||||
# Whether or not to include debug info in the output jars
|
||||
javacDebugInfo=true
|
||||
javacDebugInfo=on
|
||||
|
||||
# Whether or not to fail the build if there are compiler errors
|
||||
javacfailonerror=true
|
||||
|
|
|
@ -83,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=true
|
||||
javacDebugInfo=on
|
||||
|
||||
# Whether or not to fail the build if there are compiler errors
|
||||
javacfailonerror=true
|
||||
|
|
Loading…
Add table
Reference in a new issue