]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Use -pipe again
authorRoy Marples <roy@marples.name>
Fri, 15 Dec 2006 11:33:44 +0000 (11:33 +0000)
committerRoy Marples <roy@marples.name>
Fri, 15 Dec 2006 11:33:44 +0000 (11:33 +0000)
Makefile

index 794514cf4a6b105756c13e364b7a0c224baa5ec4..cb321062551ccb424e1eee15cd2c229093e1bc08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ VERSION = 3.0.7_pre2
 
 INSTALL ?= install
 
-CFLAGS ?= -O2
+CFLAGS ?= -O2 -pipe
 
 # Loads of nice flags to ensure our code is good
 # We define _BSD_SOURCE for maximum portability