Changeset 3051
- Timestamp:
- 09/30/15 12:40:29 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r3050 r3051 97 97 98 98 # default flags 99 set( DEFAULT_CXX_FLAGS 100 "-pipe -Wall -Wextra -Wno-non-template-friend -Wcast-align -Wno-comment" ) 99 if( APPLE ) 100 set( DEFAULT_CXX_FLAGS "-pipe -Wall -Wextra -Wcast-align -Wno-comment" ) 101 else () 102 set( DEFAULT_CXX_FLAGS "-pipe -Wall -Wextra -Wno-non-template-friend -Wcast-align -Wno-comment" ) 103 endif() 101 104 102 105 # additional flag for fortran complex div/mul rules.
Note:
See TracChangeset
for help on using the changeset viewer.