aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-07-18 14:29:16 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-07-19 14:33:05 +0000
commitf94e45e8a48e16e3001cb55c4f8c3c0a2a2c9e24 (patch)
tree615d88f715bb5166092e0859096e1a07bb2507c3
parentd0acc2ac12dcb6aea8e8efccdf366bea4e1a2dbd (diff)
Align sample on actual default compile optionsflounder_5.99.2flounder/5.99.25.99.2
Change-Id: Ie46fe389c22dabb4bc7081be4dcafb2fc37a6951 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--samples.d/config.cmake.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples.d/config.cmake.sample b/samples.d/config.cmake.sample
index b665fab..5b57d3a 100644
--- a/samples.d/config.cmake.sample
+++ b/samples.d/config.cmake.sample
@@ -112,11 +112,11 @@ set (PKG_REQUIRED_LIST
#set(DEBUG_COMPILE_OPTIONS
# -g
# -ggdb
+# -Og
# -D_FORTIFY_SOURCE=2
# CACHE STRING "Compilation flags for DEBUG build type.")
#set(CCOV_COMPILE_OPTIONS
# -g
-# -O2
# --coverage
# CACHE STRING "Compilation flags for CCOV build type.")
#set(RELEASE_COMPILE_OPTIONS