From 1c5e960cdc9130b71842df5188ec42d0f11c91eb Mon Sep 17 00:00:00 2001 From: alina-yur Date: Mon, 29 Jul 2024 14:23:06 +0200 Subject: [PATCH] add `-Os` --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index fed260b..95cc78a 100644 --- a/pom.xml +++ b/pom.xml @@ -168,5 +168,23 @@ + + size + + + + org.graalvm.buildtools + native-maven-plugin + + demo-size + + -Os + + + + + + + \ No newline at end of file