mirror of
https://github.com/lightbend/config.git
synced 2025-03-23 07:40:25 +08:00
Merge pull request #77 from typesafehub/77-debug-symbols
Compile with debug symbols
This commit is contained in:
commit
daa893d206
@ -29,4 +29,4 @@ seq(jacoco.settings : _*)
|
||||
|
||||
javacOptions in (Compile,doc) ++= Seq("-exclude", "com.typesafe.config.impl")
|
||||
|
||||
javacOptions in (Compile,compile) ++= Seq("-source", "1.6", "-target", "1.6")
|
||||
javacOptions in (Compile,compile) ++= Seq("-source", "1.6", "-target", "1.6", "-g")
|
||||
|
Loading…
Reference in New Issue
Block a user