| configure.ac (a46fe8a8) | configure.ac (8a62b599) |
|---|---|
| 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 159 unchanged lines hidden (view full) --- 168 By default the solver is stripped unless a build with 169 debugging symbols (--enable-symbols) is requested. 170 171 This switch allows to override this setting. 172],,) 173AC_ARG_ENABLE(werror, 174[ --enable-werror Turn warnings to errors. (Has no effect in modules 175 where the treating of warnings as errors is disabled | 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 159 unchanged lines hidden (view full) --- 168 By default the solver is stripped unless a build with 169 debugging symbols (--enable-symbols) is requested. 170 171 This switch allows to override this setting. 172],,) 173AC_ARG_ENABLE(werror, 174[ --enable-werror Turn warnings to errors. (Has no effect in modules 175 where the treating of warnings as errors is disabled |
| 176 explicitely) | 176 explicitly) |
| 177],,) 178AC_ARG_ENABLE(debug, 179[ --enable-debug Include debugging symbols from --enable-symbols 180 plus extra debugging code. Extra large build! 181 (enables -g compiler flag and dmake debug=true) 182],,) 183AC_ARG_ENABLE(dbgutil, 184[ --enable-dbgutil Include additional debugging utilities, such as --- 7204 unchanged lines hidden --- | 177],,) 178AC_ARG_ENABLE(debug, 179[ --enable-debug Include debugging symbols from --enable-symbols 180 plus extra debugging code. Extra large build! 181 (enables -g compiler flag and dmake debug=true) 182],,) 183AC_ARG_ENABLE(dbgutil, 184[ --enable-dbgutil Include additional debugging utilities, such as --- 7204 unchanged lines hidden --- |