baz/loader/README.md
Ari Archer c65e77cb1e
7.2.2 : slightly optimise loading of commands
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-03-10 02:10:43 +02:00

576 B

baz loader

this loader has 2 parts

loader.sht is needed to interract with the loader itself and implement the baz loader standard

use config.h to configure it

example compilation

$ clang loader/loader.c -std=c89 -s -Wall -Wextra -Wpedantic -pedantic -Werror -Wshadow -Ofast -flto -o load

want very optimised flags ? see https://raw.githubusercontent.com/TruncatedDinosour/dotfiles-cleaned/gentoo/dotfiles/config/baz/genoo-cflags.env