forked from woggioni/rbcs
Replaced -O3 (maximum runtime performance) with -Ob (optimize for build time) to reduce native image compilation time, trading off some runtime performance.
Replaced -O3 (maximum runtime performance) with -Ob (optimize for build time) to reduce native image compilation time, trading off some runtime performance.