Skip to content

Commit

Permalink
Compile with debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBailey committed Jun 27, 2024
1 parent a81414e commit 76c7322
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ java {

tasks {
withType<JavaCompile> {
options.compilerArgs.add("-Xlint:all")
// TODO Check that -g is actually adding debug info because it seems like it's already there
options.compilerArgs.addAll(listOf("-Xlint:all", "-g"))
}

named<Test>("test") {
Expand Down

0 comments on commit 76c7322

Please sign in to comment.