Readme updates

This commit is contained in:
JosepMaJAZ 2017-11-26 17:35:40 +01:00
parent 1e66ad4686
commit b7dfd3029e
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ See [this Mixxx wiki page](https://mixxx.org/wiki/doku.php/troubleshooting#hid_a
If you are trying to add support for another controller and try to debug the messages sent and received, you can build
it in debug mode if you modify the file Makefile and uncomment the following line:
- #CFLAGS += -g -DDEBUG
`#CFLAGS += -g -DDEBUG`
(i.e. remove the # sign)