In `unibuild/unibuild/include/toplevel.make`, setting `RELEASE` adds `--release` to the options passed to `build`, which doesn't take that. It needs to go before `build`: ``` unibuild --release build OPTIONS` ```
In
unibuild/unibuild/include/toplevel.make, settingRELEASEadds--releaseto the options passed tobuild, which doesn't take that.It needs to go before
build: