From 0094c282c1e3e06ff690aba3b66c77407c3231e1 Mon Sep 17 00:00:00 2001 From: Baruch Even Date: Fri, 13 Nov 2015 14:46:20 +0200 Subject: [PATCH] Add information on how to get a debug build --- DEVELOP.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOP.md b/DEVELOP.md index 987d173..cc55830 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -1,5 +1,11 @@ # Developing +## Debug build + +To create a debug build you can tell cmake: + + cmake -DCMAKE_BUILD_TYPE=DEBUG . + ## Updating Libraries Update libscsicmd: