Changes in configure.ac [bd3e55:cc2ee5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
-
Property mode
changed from
100644
to100755
rbd3e55 rcc2ee5 14 14 AC_PROG_CC 15 15 AM_MISSING_PROG([DOXYGEN], [doxygen]) 16 17 AC_ARG_ENABLE([debug],AS_HELP_STRING([--enable-debug],[debugging level of compiler. Argument is yes or debugging level. (default is no)]),18 [enable_debugging=$enableval], [enable_debugging=no])19 AC_ARG_ENABLE([optimization],AS_HELP_STRING([--enable-optimization],[Optimization level of compiler. Argument is yes or optimization. (default is 2)]),20 [enable_optimization=$enableval], [enable_optimization=2])21 AC_ARG_ENABLE([warnings], AS_HELP_STRING([--enable-warnings],[Output compiler warnings, argument is none, some or full (default is some).]),22 [enable_warnings=$enableval], [enable_warnings=some])23 AC_SET_COMPILER_FLAGS([$enable_optimization], [$enable_debugging], [$enable_warnings])24 16 25 17 # Checks for libraries. -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.