From c4bae7b0b5e9d0d02693d11b86de3c20c8f7ea55 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 29 Sep 2023 09:37:59 +0300 Subject: [PATCH] Update README.md Cmake gdb support Signed-off-by: John --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ced4e4..ef8aca6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ GTest is required for building the test cases target. To build the target and ru ```bash mkdir build && cd build -cmake -DBUILD_TESTING_EVSE_SECURITY=ON -DCMAKE_INSTALL_PREFIX=./dist .. +cmake -DBUILD_TESTING_EVSE_SECURITY=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=./dist .. make -j$(nproc) install cd tests ./tests