d7d52a0a1f
FossilOrigin-Name: e52ecf9d629ce54fd9f6bcd0947b7817a3c9206f21da888525381607d952c9a4
272 B
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