You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark .text execute-only, currently only on OpenBSD (@adamsteen, #450)
Allow all log levels to be passed as command line parameter to the tender
(added --solo5:error, --solo5:warn, --solo5:info) (@reynir, #532)
Add tender command line argument --block-sector-size:=int. This allows
to specify the desired block sector size. The default if not provided is 512,
the same that was used before (@reynir, #528, addresses partially #325)
Check that the file passed as block device is aligned to the block sector size
(@reynir, #527)
Use realpath to determine toolchain paths - allowing tools being symlinks
as they are on NixOS (@greydot, #526)