orenskl / pico-jvm

A small Java virtual machine for Raspberry Pi Pico. This is based on the CLDC Profile for embedded devices.
20 stars 1 forks source link

Build for size optimization (-Os and -DPRODUCT) #4

Closed orenskl closed 10 months ago

orenskl commented 10 months ago

The original project has a -DPRODUCT definition to reduce the code (and data ?) size.