Add some reminder
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 6 Jul 2017 17:06:15 +0000 (19:06 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 6 Jul 2017 17:06:15 +0000 (19:06 +0200)
Change-Id: I218b746a622cc0705be631292fc9e0c6154538eb
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
cmake/cmake.d/04-build_options.cmake

index 266c4c1..c48e8cd 100644 (file)
@@ -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>)