Skip to content

Commit

Permalink
bring back -Ob
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur committed Sep 1, 2024
1 parent 87fd9e7 commit d8cbff0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<buildArgs>
<buildArg>-Ob</buildArg>
</buildArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit d8cbff0

Please sign in to comment.