Changeset 2642


Ignore:
Timestamp:
08/23/12 16:07:52 (12 years ago)
Author:
ShinnosukeKawakami
Message:

CMakeList.txt is put back to default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hpc34/CMakeLists.txt

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