diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-03-26 09:33:03 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-03-26 09:33:03 +0200 |
commit | 6c0e9e48f57ed2f5cf5adf2f51f51cbf130abcf6 (patch) | |
tree | e1c35bd3305fa2bff01ab2c7b4a5004f49228cc4 | |
parent | dd0cec7a85d9e8339ce8df3afa4c8113536d7fcd (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>
-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. |