Skip to content

Commit

Permalink
Remove -Ob from multiproject test
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Oct 23, 2023
1 parent b31df1d commit 259faf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions samples/multi-project-with-tests/core/build.gradle
Expand Up @@ -63,10 +63,4 @@ dependencies {

test {
useJUnitPlatform()
}

graalvmNative {
binaries.all {
buildArgs.add("-Ob")
}
}
6 changes: 0 additions & 6 deletions samples/multi-project-with-tests/utils/build.gradle
Expand Up @@ -49,10 +49,4 @@ repositories {

dependencies {
api "org.apache.commons:commons-math3:3.6.1"
}

graalvmNative {
binaries.all {
buildArgs.add("-Ob")
}
}

0 comments on commit 259faf3

Please sign in to comment.