* [memnic PATCH] pmd: enable compiler optimization @ 2014-02-07 12:57 Olivier Matz [not found] ` <1391777876-6979-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Olivier Matz @ 2014-02-07 12:57 UTC (permalink / raw) To: dev-VfR2kkLFssw Add -O3 in flags, it was missing in initial Makefile. Signed-off-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> --- pmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd/Makefile b/pmd/Makefile index 7f96af1..c22f69f 100644 --- a/pmd/Makefile +++ b/pmd/Makefile @@ -39,7 +39,7 @@ O ?= . CC = $(CROSS)gcc override CPPFLAGS += -Wall -Wextra -Werror -override CFLAGS += -fPIC +override CFLAGS += -fPIC -O3 override LDFLAGS += -shared prefix ?= /usr/local -- 1.8.5.3 ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1391777876-6979-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>]
* Re: [memnic PATCH] pmd: enable compiler optimization [not found] ` <1391777876-6979-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> @ 2014-03-19 10:19 ` Hiroshi Shimamoto [not found] ` <7F861DC0615E0C47A872E6F3C5FCDDBD01084B73-ZmjkEB1lVlLt6d3pZDjeaEtBU8KWyXPq@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Hiroshi Shimamoto @ 2014-03-19 10:19 UTC (permalink / raw) To: Olivier Matz, dev-VfR2kkLFssw@public.gmane.org Hi, this makes sense. > Subject: [dpdk-dev] [memnic PATCH] pmd: enable compiler optimization > > Add -O3 in flags, it was missing in initial Makefile. > > Signed-off-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> Acked-by: Hiroshi Shimamoto <h-shimamoto-ehU+Cx/zZe18UrSeD/g0lQ@public.gmane.org> thanks, Hiroshi > --- > pmd/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pmd/Makefile b/pmd/Makefile > index 7f96af1..c22f69f 100644 > --- a/pmd/Makefile > +++ b/pmd/Makefile > @@ -39,7 +39,7 @@ O ?= . > > CC = $(CROSS)gcc > override CPPFLAGS += -Wall -Wextra -Werror > -override CFLAGS += -fPIC > +override CFLAGS += -fPIC -O3 > override LDFLAGS += -shared > > prefix ?= /usr/local > -- > 1.8.5.3 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <7F861DC0615E0C47A872E6F3C5FCDDBD01084B73-ZmjkEB1lVlLt6d3pZDjeaEtBU8KWyXPq@public.gmane.org>]
* Re: [memnic PATCH] pmd: enable compiler optimization [not found] ` <7F861DC0615E0C47A872E6F3C5FCDDBD01084B73-ZmjkEB1lVlLt6d3pZDjeaEtBU8KWyXPq@public.gmane.org> @ 2014-03-21 15:00 ` Thomas Monjalon 0 siblings, 0 replies; 3+ messages in thread From: Thomas Monjalon @ 2014-03-21 15:00 UTC (permalink / raw) To: Olivier Matz; +Cc: dev-VfR2kkLFssw 19/03/2014 10:19, Hiroshi Shimamoto : > Hi, > > this makes sense. > > > Subject: [dpdk-dev] [memnic PATCH] pmd: enable compiler optimization > > > > Add -O3 in flags, it was missing in initial Makefile. > > > > Signed-off-by: Olivier Matz <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> > > Acked-by: Hiroshi Shimamoto <h-shimamoto-ehU+Cx/zZe18UrSeD/g0lQ@public.gmane.org> Applied. Thank you -- Thomas ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-21 15:00 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-02-07 12:57 [memnic PATCH] pmd: enable compiler optimization Olivier Matz [not found] ` <1391777876-6979-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> 2014-03-19 10:19 ` Hiroshi Shimamoto [not found] ` <7F861DC0615E0C47A872E6F3C5FCDDBD01084B73-ZmjkEB1lVlLt6d3pZDjeaEtBU8KWyXPq@public.gmane.org> 2014-03-21 15:00 ` Thomas Monjalon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).