From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index c991ab0..fd32464 100644 --- a/README +++ b/README @@ -125,3 +125,15 @@ Mailing lists: For additional information about the project visit BlueZ web site: http://www.bluez.org + +Hacking +======= + +It is recommended to use bootstrap-configure over configure when hacking, in +addition to that it is also recommended to use Sparse if possible e.g: + ./boostrap-configure CC=cgcc + +Valgrind shall always be used when testing changes: + G_SLICE=always-malloc G_DEBUG=gc-friendly,resident-module valgrind + --trace-children=yes --track-origins=yes --show-possibly-lost=no + --leak-check=full ./bluetoothd -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html