commit | d17b2327410c10e7ab104a17d1d0052cd2abf103 | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@it.vu.nl> | Tue Jan 06 21:37:44 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 06 21:37:44 2004 +0000 |
tree | 84b0119613c31001e596443e186e7c7480942e67 | |
parent | a457ee0a3d011029e6e666da0e1722cd90e3cb49 [diff] [blame] |
Use gcc's -pipe option to reduce compile time.
diff --git a/configure.ac b/configure.ac index bcf1cc7..c7ec9cc 100644 --- a/configure.ac +++ b/configure.ac
@@ -706,7 +706,7 @@ AC_SUBST(EXTRACFLAGS,"") if test "x${GCC}" = "xyes" then - EXTRACFLAGS=-Wall + EXTRACFLAGS="-Wall -pipe" dnl Check for strength-reduce bug AC_CACHE_CHECK( [for gcc strength-reduce bug], ac_cv_c_gcc_strength_bug,