]> git.sesse.net Git - vlc/commitdiff
Now using gcc -pipe.
authorChristophe Massiot <massiot@videolan.org>
Thu, 26 Jul 2001 14:53:24 +0000 (14:53 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 26 Jul 2001 14:53:24 +0000 (14:53 +0000)
Makefile.opts.in

index a072bf3dcbd44967a20d5c3e18447d5b24fe5a43..b630bf55e8a743e43869f4de18c333d303788e7f 100644 (file)
@@ -184,6 +184,7 @@ LIB += -L/usr/local/lib @LIB@
 DEFINE += @DEFINE@
 CFLAGS += $(DEFINE) $(INCLUDE)
 CFLAGS += -Wall -Winline
+CFLAGS += -pipe
 CFLAGS += -D_REENTRANT
 CFLAGS += -D_GNU_SOURCE