mirror of
https://github.com/curl/curl.git
synced 2025-09-30 07:56:57 +03:00
Adjust Tiny C basic options:
Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support.
This commit is contained in:
parent
fde4b823f1
commit
9786e7faeb
|
@ -16,7 +16,7 @@
|
||||||
#***************************************************************************
|
#***************************************************************************
|
||||||
|
|
||||||
# File version for 'aclocal' use. Keep it a single number.
|
# File version for 'aclocal' use. Keep it a single number.
|
||||||
# serial 32
|
# serial 33
|
||||||
|
|
||||||
|
|
||||||
dnl CARES_CHECK_COMPILER
|
dnl CARES_CHECK_COMPILER
|
||||||
|
@ -325,7 +325,7 @@ AC_DEFUN([CARES_CHECK_COMPILER_TINY_C], [
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
compiler_id="TINY_C"
|
compiler_id="TINY_C"
|
||||||
flags_dbg_all="-g -b"
|
flags_dbg_all="-g -b"
|
||||||
flags_dbg_yes="-g -b"
|
flags_dbg_yes="-g"
|
||||||
flags_dbg_off=""
|
flags_dbg_off=""
|
||||||
flags_opt_all=""
|
flags_opt_all=""
|
||||||
flags_opt_yes=""
|
flags_opt_yes=""
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#***************************************************************************
|
#***************************************************************************
|
||||||
|
|
||||||
# File version for 'aclocal' use. Keep it a single number.
|
# File version for 'aclocal' use. Keep it a single number.
|
||||||
# serial 31
|
# serial 32
|
||||||
|
|
||||||
|
|
||||||
dnl CURL_CHECK_COMPILER
|
dnl CURL_CHECK_COMPILER
|
||||||
|
@ -331,7 +331,7 @@ AC_DEFUN([CURL_CHECK_COMPILER_TINY_C], [
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
compiler_id="TINY_C"
|
compiler_id="TINY_C"
|
||||||
flags_dbg_all="-g -b"
|
flags_dbg_all="-g -b"
|
||||||
flags_dbg_yes="-g -b"
|
flags_dbg_yes="-g"
|
||||||
flags_dbg_off=""
|
flags_dbg_off=""
|
||||||
flags_opt_all=""
|
flags_opt_all=""
|
||||||
flags_opt_yes=""
|
flags_opt_yes=""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user