Commit Graph

8 Commits

Author SHA1 Message Date
opencode 696826ade2 Change native image optimization level to -Ob (build-time optimization)
Replaced -O3 (maximum runtime performance) with -Ob (optimize for build time)
to reduce native image compilation time, trading off some runtime performance.
2026-06-10 16:48:46 +00:00
woggioni b4a97845ca tmp 2026-06-09 22:32:40 +08:00
woggioni b58462a085 improved logging 2026-02-21 20:47:18 +08:00
woggioni ede515e2ca rebuild native image with wider ISA compatibility 2025-03-10 22:28:55 +08:00
woggioni d15235fc4c fixed missing plugin in native image 2025-02-27 23:30:33 +08:00
woggioni 37da03c719 added signal handler to native executable 2025-02-25 19:15:48 +08:00
woggioni ca18b63f27 added GraalVM native image executable build 2025-02-25 15:30:58 +08:00
woggioni 6c0eadb9fb renamed project to "Remote Cache Build Server" (RBCS) 2025-02-06 15:20:50 +08:00