Changeset 2265 for branches


Ignore:
Timestamp:
08/08/11 14:42:35 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: make asap and profile any single dish scripts with oprofile

Put in Release Notes: No

Module(s): all asap modules

Description: Added a make option, -fno-omit-frame-pointer, to get precise code profiles using oProfile.


--This line,

M CMakeLists.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/parallel/CMakeLists.txt

    r2089 r2265  
    3636# flags
    3737set( DEFAULT_CXX_FLAGS
    38      "-pipe -Wall -Wextra -Wno-non-template-friend -Wcast-align -Wno-comment -O3" )
     38     "-pipe -Wall -Wextra -Wno-non-template-friend -Wcast-align -Wno-comment -O3 -fno-omit-frame-pointer" )
    3939find_package( OpenMP )
    4040if( OPENMP_FOUND )
Note: See TracChangeset for help on using the changeset viewer.