Changeset 3592 in orxonox.OLD for orxonox/trunk/configure
- Timestamp:
- Mar 17, 2005, 3:33:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r3569 r3592 867 867 --enable-debug compiles in debug mode. Lots of debug info about the 868 868 game. 869 --disable-modular-debug compiles in modular-debug mode, that logs 870 differently on the many modules of orxonox. 869 871 --enable-sub-projects also builds the subProjects while make from srcdir 870 872 --enable-documentation also builds the sDocumentation while make from … … 3862 3864 if test x$DEBUG = xno; then 3863 3865 echo "no" 3864 echo " -> Setting debuglevel to 3. (orxonox is still in Development. It really is needed."3865 DEBUG= 33866 echo " -> Setting debuglevel to 4. (orxonox is still in Development. It really is needed." 3867 DEBUG=4 3866 3868 elif test x$DEBUG = xyes; then 3867 3869 echo "yes" … … 3878 3880 3879 3881 3882 3883 #---------------# 3884 # Modular Debug # 3885 #---------------# 3886 MODULAR_DEBUG=yes 3887 echo "$as_me:$LINENO: checking if Modular-DEBUG-mode should be ebabled" >&5 3888 echo $ECHO_N "checking if Modular-DEBUG-mode should be ebabled... $ECHO_C" >&6 3889 # Check whether --enable-modular-debug or --disable-modular-debug was given. 3890 if test "${enable_modular_debug+set}" = set; then 3891 enableval="$enable_modular_debug" 3892 MODULAR_DEBUG=$enableval 3893 fi; 3894 3895 if test x$MODULAR_DEBUG = xno; then 3896 echo "no" 3897 elif test x$MODULAR_DEBUG = xyes; then 3898 echo "yes" 3899 3900 cat >>confdefs.h <<_ACEOF 3901 #define MODULAR_DEBUG 1 3902 _ACEOF 3903 3904 fi 3880 3905 3881 3906 #--------------#
Note: See TracChangeset
for help on using the changeset viewer.