From cfe11b4983f09bb1a0bbb0968feaa830af8c28d0 Mon Sep 17 00:00:00 2001 From: jessiscript Date: Tue, 23 Jan 2024 13:35:33 +0100 Subject: [PATCH] add optimisation level 0b --- .github/workflows/imageBuild.yml | 2 +- game-of-life-native/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/imageBuild.yml b/.github/workflows/imageBuild.yml index e2d3125..ad2187c 100644 --- a/.github/workflows/imageBuild.yml +++ b/.github/workflows/imageBuild.yml @@ -33,4 +33,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: nativeImage-ubuntu-latest - path: target/*.exe \ No newline at end of file + path: target\game-of-life.exe \ No newline at end of file diff --git a/game-of-life-native/pom.xml b/game-of-life-native/pom.xml index 387a5e1..bfa49f7 100644 --- a/game-of-life-native/pom.xml +++ b/game-of-life-native/pom.xml @@ -76,6 +76,7 @@ --enable-preview --install-exit-handlers --gc=serial + -Ob