Changes between Version 4 and Version 5 of compile_all_old


Ignore:
Timestamp:
06/07/18 14:15:08 (6 years ago)
Author:
Bayard Gildas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • compile_all_old

    v4 v5  
    2828}}}
    2929and 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".
     30Then you shall rebuild the whole framework with a call to flair_compile_all.
     31
     32== Flair based app ==
     33If 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}}}
     37and add the command add_definitions("-g -O0").