Skip to content

Instantly share code, notes, and snippets.

@errord
Created May 21, 2014 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save errord/623ebb7e60a213881aa7 to your computer and use it in GitHub Desktop.
Save errord/623ebb7e60a213881aa7 to your computer and use it in GitHub Desktop.
build mysql debug version
cmake -DCMAKE_INSTALL_PREFIX=/home/errord/mysql_debug -DMYSQL_DATADIR=/home/errord/mysql_debug/data/mysql/ -DSYSCONFDIR=/home/errord/mysql_debug/etc -DWITH_DEBUG=1 ../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment