git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac5abc
)
timer: missing optimization flag in compile
author
Bruce Richardson
<bruce.richardson@intel.com>
Tue, 11 Feb 2014 12:11:44 +0000
(12:11 +0000)
committer
David Marchand
<david.marchand@6wind.com>
Tue, 25 Feb 2014 20:29:18 +0000
(21:29 +0100)
Timer library was missing the -O3 compile-time flag. This has been
added.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_timer/Makefile
patch
|
blob
|
history
diff --git
a/lib/librte_timer/Makefile
b/lib/librte_timer/Makefile
index
8180a17
..
4ba5c3a
100644
(file)
--- a/
lib/librte_timer/Makefile
+++ b/
lib/librte_timer/Makefile
@@
-34,7
+34,7
@@
include $(RTE_SDK)/mk/rte.vars.mk
# library name
LIB = librte_timer.a
-CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR)
+CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR)
-O3
# all source are stored in SRCS-y
SRCS-$(CONFIG_RTE_LIBRTE_TIMER) := rte_timer.c