aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2015-09-02 12:44:42 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-09-02 12:44:42 +0100
commitad580fa25d65cb4412adf2495a99464b88acdca1 (patch)
tree29abc2ca583244a73f48f9ae252e617bcdb3df06
parentdb5f298a54ae58a5e60a029ca59f9b12b0e0f0a7 (diff)
INSTALL.ODP: change how CFLAGS passed to Debian buildodp-v2
Since 3d8ded "debian: Rationalize packaging using new debhelper." the dpkg-buildflags is no longer called. DEB_CFLAGS_APPEND is no longer useful, add CFLAGS to DATAPATH_CONFIGURE_OPTS. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
-rw-r--r--INSTALL.ODP.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL.ODP.md b/INSTALL.ODP.md
index cd5461485..260895f18 100644
--- a/INSTALL.ODP.md
+++ b/INSTALL.ODP.md
@@ -87,9 +87,8 @@ libssl 1.0.0 libssl1.0.0 (>= 1.0.1d)
If you use DPDK as an ODP platform, and it's not installed to standard library
paths, you have to LDFLAGS="$(LDFLAGS) -L$(RTE_SDK)/$(RTE_TARGET)/lib" to
DATAPATH_CONFIGURE_OPTS.
-Optimization is not turned on by default, you can set it and other CFLAGS with
-this environment variable:
-DEB_CFLAGS_APPEND=" -O3"
+The default CFLAGS are "-g -O3", you can overwrite them by adding
+CFLAGS="<your flags>" to DATAPATH_CONFIGURE_OPTS.
You can influence the package build process through DEB_BUILD_OPTIONS:
- set parallel compiling