treebird/docs/DEVELOP.md
nekobit d7d52a0a1f DEV Docs
FossilOrigin-Name: e52ecf9d629ce54fd9f6bcd0947b7817a3c9206f21da888525381607d952c9a4
2022-08-24 13:51:39 +00:00

272 B

Developing Treebird

Treebird development is a bit hacky. There are better ways to work with development

Compiler flags

You can compile Treebird with some helpful flags, such as single_threaded to improve debugging for Treebird.

make SINGLE_THREADED=1 all