Loading ares/configure.ac +4 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,10 @@ case $host in AC_MSG_RESULT([yes]) with_pic=yes ;; i686*linux*) AC_MSG_RESULT([yes]) with_pic=yes ;; *) AC_MSG_RESULT([no]) ;; Loading ares/m4/cares-compilers.m4 +8 −0 Original line number Diff line number Diff line Loading @@ -915,6 +915,8 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [ tmp_CPPFLAGS="$tmp_CPPFLAGS -Wall -w2" dnl Perform extra compile-time code checking tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcheck" dnl Generate inlining diagnostics tmp_CPPFLAGS="$tmp_CPPFLAGS -Winline" fi dnl Disable using EBP register in optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer" Loading @@ -922,6 +924,12 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [ tmp_CFLAGS="$tmp_CFLAGS -fno-builtin" dnl Disable inlining of functions tmp_CFLAGS="$tmp_CFLAGS -fno-inline" dnl Disable some IPO for single file optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-inline-functions" dnl Disable inlining of standard library functions tmp_CFLAGS="$tmp_CFLAGS -nolib-inline" dnl Disable inlining of user-defined functions tmp_CFLAGS="$tmp_CFLAGS -Ob0" dnl Enable floating-point stack integrity checks tmp_CFLAGS="$tmp_CFLAGS -fpstkchk" dnl Enable run-time detection of buffer overruns. Loading configure.ac +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ case $host in AC_MSG_RESULT([yes]) with_pic=yes ;; i686*linux*) AC_MSG_RESULT([yes]) with_pic=yes ;; *) AC_MSG_RESULT([no]) ;; Loading m4/curl-compilers.m4 +8 −0 Original line number Diff line number Diff line Loading @@ -921,6 +921,8 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [ tmp_CPPFLAGS="$tmp_CPPFLAGS -Wall -w2" dnl Perform extra compile-time code checking tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcheck" dnl Generate inlining diagnostics tmp_CPPFLAGS="$tmp_CPPFLAGS -Winline" fi dnl Disable using EBP register in optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer" Loading @@ -928,6 +930,12 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [ tmp_CFLAGS="$tmp_CFLAGS -fno-builtin" dnl Disable inlining of functions tmp_CFLAGS="$tmp_CFLAGS -fno-inline" dnl Disable some IPO for single file optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-inline-functions" dnl Disable inlining of standard library functions tmp_CFLAGS="$tmp_CFLAGS -nolib-inline" dnl Disable inlining of user-defined functions tmp_CFLAGS="$tmp_CFLAGS -Ob0" dnl Enable floating-point stack integrity checks tmp_CFLAGS="$tmp_CFLAGS -fpstkchk" dnl Enable run-time detection of buffer overruns. Loading Loading
ares/configure.ac +4 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,10 @@ case $host in AC_MSG_RESULT([yes]) with_pic=yes ;; i686*linux*) AC_MSG_RESULT([yes]) with_pic=yes ;; *) AC_MSG_RESULT([no]) ;; Loading
ares/m4/cares-compilers.m4 +8 −0 Original line number Diff line number Diff line Loading @@ -915,6 +915,8 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [ tmp_CPPFLAGS="$tmp_CPPFLAGS -Wall -w2" dnl Perform extra compile-time code checking tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcheck" dnl Generate inlining diagnostics tmp_CPPFLAGS="$tmp_CPPFLAGS -Winline" fi dnl Disable using EBP register in optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer" Loading @@ -922,6 +924,12 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [ tmp_CFLAGS="$tmp_CFLAGS -fno-builtin" dnl Disable inlining of functions tmp_CFLAGS="$tmp_CFLAGS -fno-inline" dnl Disable some IPO for single file optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-inline-functions" dnl Disable inlining of standard library functions tmp_CFLAGS="$tmp_CFLAGS -nolib-inline" dnl Disable inlining of user-defined functions tmp_CFLAGS="$tmp_CFLAGS -Ob0" dnl Enable floating-point stack integrity checks tmp_CFLAGS="$tmp_CFLAGS -fpstkchk" dnl Enable run-time detection of buffer overruns. Loading
configure.ac +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ case $host in AC_MSG_RESULT([yes]) with_pic=yes ;; i686*linux*) AC_MSG_RESULT([yes]) with_pic=yes ;; *) AC_MSG_RESULT([no]) ;; Loading
m4/curl-compilers.m4 +8 −0 Original line number Diff line number Diff line Loading @@ -921,6 +921,8 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [ tmp_CPPFLAGS="$tmp_CPPFLAGS -Wall -w2" dnl Perform extra compile-time code checking tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcheck" dnl Generate inlining diagnostics tmp_CPPFLAGS="$tmp_CPPFLAGS -Winline" fi dnl Disable using EBP register in optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer" Loading @@ -928,6 +930,12 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [ tmp_CFLAGS="$tmp_CFLAGS -fno-builtin" dnl Disable inlining of functions tmp_CFLAGS="$tmp_CFLAGS -fno-inline" dnl Disable some IPO for single file optimizations tmp_CFLAGS="$tmp_CFLAGS -fno-inline-functions" dnl Disable inlining of standard library functions tmp_CFLAGS="$tmp_CFLAGS -nolib-inline" dnl Disable inlining of user-defined functions tmp_CFLAGS="$tmp_CFLAGS -Ob0" dnl Enable floating-point stack integrity checks tmp_CFLAGS="$tmp_CFLAGS -fpstkchk" dnl Enable run-time detection of buffer overruns. Loading