Skip to content

Commit

Permalink
remove pgo to make native image build
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 28, 2024
1 parent 71ba5de commit 5e7862e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions game-of-life-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
<arg>--install-exit-handlers</arg>
<arg>--gc=serial</arg>
<arg>-O2</arg>
<arg>--pgo</arg>
<arg>--enable-monitoring=all</arg>

</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 5e7862e

Please sign in to comment.