diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-18 14:29:16 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:48 +0200 |
commit | b51ab554bb74ca6d4c58d4553df2664cc96d4261 (patch) | |
tree | 012b684efda51e3045908c940386b69ae6c77bc5 /samples.d/config.cmake.sample | |
parent | 7f077154ad06e08ee3add756adf53cc36190aaf5 (diff) |
Align sample on actual default compile options
Change-Id: Ie46fe389c22dabb4bc7081be4dcafb2fc37a6951
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 | 2 |
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 |