aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2014-02-14 15:56:45 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-02-17 13:21:04 +0400
commit87c1485d91c4b2b23b2e94547bed17af930e3f07 (patch)
treebe5d7e7ff9da4431ddf78a01e19f60312b9d14e5 /Makefile.inc
parent1a3bba72dd9ce0751139cab6fd231f1d2ec20efd (diff)
Multi-enq and deq operations
- Added multi-buffer enqueue and dequeue operations for queues - And scheduler/packet IO support for those - Added/renamed schedule functions - _poll removed from functions names (default operation) - former odp_schedule() is now odp_schedule_once() - Enabled -O3 optimization (again) Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 7dea0286d..523385d24 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -5,8 +5,8 @@
PLATFORM ?= linux-generic
CFLAGS += -DODP_DEBUG=1
-#CFLAGS += -O3
-CFLAGS += -O0 -g
+CFLAGS += -O3
+#CFLAGS += -O0 -g
OBJ_DIR = ./obj
DESTDIR ?= $(ODP_ROOT)/build