Skip to content

Commit

Permalink
Remove -Xproper-ieee754-comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Nov 10, 2024
1 parent 41da7cd commit cb8a69a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ subprojects {
freeCompilerArgs.add("-Xjsr305=strict")
freeCompilerArgs.add("-Xemit-jvm-type-annotations")
freeCompilerArgs.add("-Xassertions=jvm")
freeCompilerArgs.add("-Xproper-ieee754-comparisons")
freeCompilerArgs.add("-Xjvm-default=all")
}
}
Expand Down

0 comments on commit cb8a69a

Please sign in to comment.