Dependencies for bff-0.2

library
bff-shell
bff-cgi
bff-stats
  • if flag(stats)
    else
    • buildable: False
bff-stats-print
  • if !flag(stats)
    • buildable: False
bff-stats-render
  • if flag(render)
    else
    • buildable: False

Flags

Automatic Flags
NameDescriptionDefault
binaries

Build the binaries bff-shell and bff-cgi

Disabled
stats

Build the stats-generating and -printing programs

Disabled
render

Build the stats-rendering program

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info