From f94e45e8a48e16e3001cb55c4f8c3c0a2a2c9e24 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 18 Jul 2018 14:29:16 +0200 Subject: [PATCH] Align sample on actual default compile options Change-Id: Ie46fe389c22dabb4bc7081be4dcafb2fc37a6951 Signed-off-by: Romain Forlot --- samples.d/config.cmake.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6