Skip to content

Commit

Permalink
change optimisation level to O2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 23, 2024
1 parent e821bd5 commit f85c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-of-life-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<arg>--enable-preview</arg>
<arg>--install-exit-handlers</arg>
<arg>--gc=serial</arg>
<arg>-O1</arg>
<arg>-O2</arg>
<!-- <arg>- -pgo-instrument</arg> -->
<!-- <arg>- -pgo=${project.basedir}/default.iprof</arg> -->
</buildArgs>
Expand Down

0 comments on commit f85c94f

Please sign in to comment.