Changes between Version 4 and Version 5 of compile_all_old
- Timestamp:
- Jun 7, 2018, 2:15:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
compile_all_old
v4 v5 28 28 }}} 29 29 and add "-g -O0" to the CMAKE_CXX_FLAGS variable. As of this writing, and for an x86 architecture, the file to edit is "/opt/robomap3/2.1.3/core2-64/toolchain.cmake". 30 Then you shall rebuild the whole framework with a call to flair_compile_all. 31 32 == Flair based app == 33 If you want to debug your flair based application code, but don't need to debug the framework itself, you need to edit the file 34 {{{ 35 <app>/build/CMakeFiles/<app>.dir/flags.cmake 36 }}} 37 and add the command add_definitions("-g -O0").