Ignore:
Timestamp:
08/10/12 20:18:03 (12 years ago)
Author:
WataruKawasaki
Message:

added a new parameter 'csvformat' to sd.scantable.*baseline() and the relevant functions in the C++ side. (2012/08/10 WK)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hpc34/CMakeLists.txt

    r2577 r2640  
    55# minimum requirement for cmake version
    66cmake_minimum_required( VERSION 2.8 )
     7
     8set( MY_OPT_FLAGS "-O3 -funroll-loops -m64 -march=native -msse4.1 -floop-interchange" )
    79
    810# options
     
    8587# default flags
    8688set( DEFAULT_CXX_FLAGS
    87      "-pipe -Wall -Wextra -Wno-non-template-friend -Wcast-align -Wno-comment" )
     89     "${MY_OPT_FLAGS} -pipe -Wall -Wextra -Wno-non-template-friend -Wcast-align -Wno-comment" )
    8890
    8991find_package( OpenMP )
Note: See TracChangeset for help on using the changeset viewer.