diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-03-26 09:33:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:48 +0200 |
commit | a63e1bcdf43a787a3231883c6f99e0c0f0d6ac78 (patch) | |
tree | 4d9548ceada170a8a00ec7f13b56c7cd4a5c4b7d /samples.d/config.cmake.sample | |
parent | e214c56e8ae675409e38f1a8ca82cd9e44aa9f30 (diff) |
Change default sample settings.
No needs to force CMAKE build type to debug as
it's the default. Only kept for convenience if
needed to specify other build type.
Change-Id: Idf88f09eebf6ab4defe070b7df23ebf769861c63
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'samples.d/config.cmake.sample')
-rw-r--r-- | samples.d/config.cmake.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample index 3a7ef8f..56edcc9 100644 --- a/samples.d/config.cmake.sample +++ b/samples.d/config.cmake.sample @@ -41,8 +41,8 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(CMAKE_BUILD_TYPE "DEBUG") -set(USE_EFENCE 1) +#set(CMAKE_BUILD_TYPE "DEBUG") +#set(USE_EFENCE 1) # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. |