diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-06 19:06:15 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | ac1959f4cc99976e28fd121132ff290d9a709af6 (patch) | |
tree | 68ec9a4842ca91f45a2e3466c5d5ee2d29fdc8f3 /cmake/cmake.d/04-build_options.cmake | |
parent | ef1911a24f02aae1c9b16bff7ee1349832878ced (diff) |
Add some reminder
Change-Id: I218b746a622cc0705be631292fc9e0c6154538eb
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/cmake.d/04-build_options.cmake')
-rw-r--r-- | cmake/cmake.d/04-build_options.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/cmake.d/04-build_options.cmake b/cmake/cmake.d/04-build_options.cmake index 266c4c1..c48e8cd 100644 --- a/cmake/cmake.d/04-build_options.cmake +++ b/cmake/cmake.d/04-build_options.cmake @@ -72,6 +72,7 @@ add_compile_options(-Werror=implicit-function-declaration) add_compile_options(-ffunction-sections -fdata-sections) add_compile_options(-fPIC) +# TODO: make more visible readable compile (macro ? split ?) # Compilation option depending on CMAKE_BUILD_TYPE ################################################## add_compile_options($<$<OR:$<CONFIG:DEBUG>,$<CONFIG:PROFILING>,$<CONFIG:CCOV>>:-g>) |