Commit e8c0540f authored by Rich Prohaska's avatar Rich Prohaska

describe how to build a debug environment using make.mysql.debug.env.bash

parent ef0b2387
......@@ -44,6 +44,12 @@ You can set the compiler by passing `--cc` and `--cxx` to the script, to
select one that's new enough. The default is `scripts/make.mysql.bash
--cc=gcc47 --cxx=g++47`, which may not exist on your system.
To build a debug MySQL with TokuDB using the head of the Tokutek github
repositories, run this:
```sh
scripts/make.mysql.debug.env.bash
```
Contributing
------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment