]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Fix cc compiler flags in netem/Makefile
authorshemminger <shemminger>
Tue, 14 Mar 2006 19:43:59 +0000 (19:43 +0000)
committershemminger <shemminger>
Tue, 14 Mar 2006 19:43:59 +0000 (19:43 +0000)
netem/Makefile

index 6d1272becc8f16998defd3909693002d318d5399..59c7e083732c74b29144a06457c0a2e97dedbb59 100644 (file)
@@ -7,7 +7,7 @@ LDLIBS += -lm
 all: $(DISTGEN) $(DISTDATA)
 
 $(DISTGEN):
-       $(HOSTCC) $(CCOPTS) -Wall -O1 -I../include -o $@ $@.c -lm
+       $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
 
 %.dist: %
        ./$* > $@