pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1644:
AC_SYS_COMPILER_FLAG(-Wpointer-arith,Wpointer_arith,WARN) AC_SYS_COMPILER_FLAG(-Wchar-subscripts,Wchar_subscripts,WARN) AC_SYS_COMPILER_FLAG(-Wno-long-long,Wno_long_long,WARN) if test "x${with_static_linking-}" = "xyes" ; then AC_SYS_COMPILER_FLAG(-static,link_static,CFLAGS) else : fi
-
AC_SYS_COMPILER_FLAG(-std=c99, std_c99,
CPPFLAGS
)
+
AC_SYS_COMPILER_FLAG(-std=c99, std_c99,
CFLAGS
)
if test "x$with_gcov" = "xyes"; then # Support for gcov AC_SYS_COMPILER_FLAG(-fprofile-arcs, fprofile_arcs, CFLAGS) AC_SYS_COMPILER_FLAG(-ftest-coverage, ftest_coverage, CFLAGS) else :; fi if test "x$with_cdebug" = "xyes" ; then AC_SYS_COMPILER_FLAG(-ggdb,ggdb,CFLAGS) AC_SYS_COMPILER_FLAG(-fvar-tracking-assignments,vartracking,CFLAGS)