aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-compilers.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-14 15:24:02 +0000
committerYang Tse <yangsita@gmail.com>2008-10-14 15:24:02 +0000
commit9786e7faebdac77a13e58c62cc9a7af14ac2e5e6 (patch)
treee86666f364a3dd1859aba1fcd2a415d66aac98e0 /m4/curl-compilers.m4
parentfde4b823f161ecec52423b7a79e380db915bfbb3 (diff)
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.
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r--m4/curl-compilers.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 9232f4ca4..1598ad6fd 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 31
+# serial 32
dnl CURL_CHECK_COMPILER
@@ -331,7 +331,7 @@ AC_DEFUN([CURL_CHECK_COMPILER_TINY_C], [
AC_MSG_RESULT([yes])
compiler_id="TINY_C"
flags_dbg_all="-g -b"
- flags_dbg_yes="-g -b"
+ flags_dbg_yes="-g"
flags_dbg_off=""
flags_opt_all=""
flags_opt_yes=""