Changeset 782
- Timestamp:
- Feb 19, 2009, 11:12:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r781 r782 97 97 YAT_CXX_ADD_FLAG([SD_CXXFLAGS],[-pedantic -Wno-long-long]) 98 98 AC_TYPE_LONG_LONG_INT 99 100 AC_ARG_ENABLE(debug, 99 AS_IF([test x$ac_cv_type_long_long_int = xno], 100 [AC_MSG_ERROR([compiler does not support long long int])] 101 ) 102 103 AC_ARG_ENABLE([debug], 101 104 [AS_HELP_STRING([--enable-debug],[turn on debug options and code])], 102 105 [YAT_CXX_ADD_FLAG([SD_CXXFLAGS],[-g -O])],
Note: See TracChangeset
for help on using the changeset viewer.