Skip to content

Commit

Permalink
add optimisation level 0b
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 23, 2024
1 parent aff7a64 commit cfe11b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/imageBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: nativeImage-ubuntu-latest
path: target/*.exe
path: target\game-of-life.exe
1 change: 1 addition & 0 deletions game-of-life-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<arg>--enable-preview</arg>
<arg>--install-exit-handlers</arg>
<arg>--gc=serial</arg>
<arg>-Ob</arg>
<!-- <arg>- -pgo-instrument</arg> -->
<!-- <arg>- -pgo=${project.basedir}/default.iprof</arg> -->
</buildArgs>
Expand Down

0 comments on commit cfe11b4

Please sign in to comment.