Changeset 1405 for trunk/configure.ac
- Timestamp:
- Oct 22, 2011, 6:47:34 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.9-stable merged: 1393-1394,1400-1401,1403
- Property svn:mergeinfo changed
-
trunk/configure.ac
r1346 r1405 98 98 # using extension beyond the C++ standard (usage of non C++ standard 99 99 # 'long long' types). 100 YAT_CXX_ADD_FLAG([CXXFLAGS],[- pedantic -Wno-long-long])100 YAT_CXX_ADD_FLAG([CXXFLAGS],[-Wno-long-long]) 101 101 AC_TYPE_LONG_LONG_INT 102 102 AS_IF([test x$ac_cv_type_long_long_int = xno], … … 108 108 109 109 AS_IF([test x$enable_debug = xyes], 110 [YAT_CXX_ADD_FLAG([CXXFLAGS],[- g -O])],110 [YAT_CXX_ADD_FLAG([CXXFLAGS],[-pedantic -g -O])], 111 111 [YAT_CPP_ADD_FLAG([CPPFLAGS],[-DNDEBUG]) 112 112 YAT_CXX_ADD_FLAG([CXXFLAGS],[-O3])])
Note: See TracChangeset
for help on using the changeset viewer.