From 73e6cbde79d632a5446aca4372424456927597b9 Mon Sep 17 00:00:00 2001 From: JF Date: Tue, 16 Jun 2020 21:02:03 +0200 Subject: Fix builds that do not specify CMAKE_BUILD_TYPE during CMake generation. Apply Release by default. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e728969d..42efda20 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,14 @@ $ cd build $ cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=... -DNRF5_SDK_PATH=... -DUSE_OPENOCD=1 -DGDB_CLIENT_BIN_PATH=[optional] ../ ``` + +**Note** : By default, the build configuration *Release* is applied. It means that the code is built with optimisations enabled (-O3). If you wanto to compile in *Debug* mode to ease debugging and step-by-step debugging, specify the CMake variable `CMAKE_BUILD_TYPE` in the CMake command line: + +``` +-DCMAKE_BUILD_TYPE=Debug +``` + + * Make ``` $ make -j pinetime-app -- cgit v1.2.3-70-g09d2