Commit bd4960f1 authored by Seblu's avatar Seblu
Browse files

ajout de -pipe a la compilation

parent 43b02983
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -15,17 +15,14 @@ echo "checking CFLAGS..."
AC_CANONICAL_HOST

case $host_os in
  *netbsd*)
	CFLAGS='-Wall -W -ansi -pedantic -D_XOPEN_SOURCE=600'
	;;
  *osf*)
	CFLAGS='-Wall -W -ansi -pedantic -D_XOPEN_SOURCE=600'
	;;
  *solaris*)
	CFLAGS='-Wall -W -ansi -pedantic -D_XOPEN_SOURCE=600'
	;;
  *linux*)
	CFLAGS='-Wall -Wextra -std=c99 -pedantic -D_XOPEN_SOURCE=600'
  *linux*|*netbsd*)
	CFLAGS='-Wall -Wextra -std=c99 -pedantic -D_XOPEN_SOURCE=600 -pipe'
	;;
  *)
	pl="`uname -s`"