diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-08 13:45:06 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | acd567d887421bd2d3705ac686686c9a980475bc (patch) | |
tree | a524e460d1caf607aa94b711e3cac8e163972c6c | |
parent | 355b28c7783ae846043cae86a166931f09b8924e (diff) |
No optimization in DEBUG build configuration
Optimization complicate debugging.
Change-Id: Ib000c36fd599b544ef96be9de35527baecf022e3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | cmake/cmake.d/04-build_options.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/cmake.d/04-build_options.cmake b/cmake/cmake.d/04-build_options.cmake index 18a1b17..b0257f9 100644 --- a/cmake/cmake.d/04-build_options.cmake +++ b/cmake/cmake.d/04-build_options.cmake @@ -78,7 +78,6 @@ add_compile_options($<$<CONFIG:PROFILING>:-pg>) add_compile_options($<$<CONFIG:PROFILING>:-Wp,-U_FORTIFY_SOURCE>) add_compile_options($<$<CONFIG:DEBUG>:-g>) -add_compile_options($<$<CONFIG:DEBUG>:-O0>) add_compile_options($<$<CONFIG:DEBUG>:-ggdb>) add_compile_options($<$<CONFIG:DEBUG>:-Wp,-U_FORTIFY_SOURCE>) |