anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
442 stars 54 forks source link

justfile: replace enableOptimized flag with disableOptimized #2783

Closed paulcadman closed 1 month ago

paulcadman commented 1 month ago

just install now builds the optimized binary by default.

use just disableOptimized=yes install to build the non-optimized binary (with faster build time).