Commit 20e2a4b6 authored by Rich Prohaska's avatar Rich Prohaska

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

parent d7e46729
...@@ -44,6 +44,12 @@ You can set the compiler by passing `--cc` and `--cxx` to the script, to ...@@ -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 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. --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 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