-Some scripts support
--Upd map Makefile.in to auto add header file in folder --Upd configure to fix some debuging issue on some OS (-g flag issue) --Upd athena-start, add --enlog option to create a log file with a tee. (all the normal console could now be logged into that file) thx to Beanux nb : this logging option doesn't actually support file oversize
This commit is contained in:
@@ -649,9 +649,11 @@ case $enable_debug in
|
||||
;;
|
||||
"yes")
|
||||
CFLAGS="$CFLAGS -g -DDEBUG"
|
||||
LDFLAGS="$LDFLAGS -g"
|
||||
;;
|
||||
"gdb")
|
||||
CFLAGS="$CFLAGS -ggdb -DDEBUG"
|
||||
LDFLAGS="$LDFLAGS -g"
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -915,8 +917,10 @@ else
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
|
||||
AC_MSG_NOTICE([Configure finish, CFLAGS= $CFLAGS])
|
||||
AC_MSG_NOTICE([LDFLAGS=$LDFLAGS])
|
||||
#AC_MSG_NOTICE([PROD_WARN= $PROD_WARN])
|
||||
#AC_MSG_NOTICE([EXTRA_WARN= $EXTRA_WARN])
|
||||
AC_MSG_NOTICE([Configure finish, CFLAG= $CFLAGS])
|
||||
|
||||
###############################################################################
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user