| commit | 7e4025cb65f79d584911042d3e19eee787b9115b | [log] [tgz] |
|---|---|---|
| author | Avneesh Sachdev <avneesh@sproute.com> | Fri Mar 11 12:21:24 2016 -0800 |
| committer | Paul Jakma <paul.jakma@hpe.com> | Tue Sep 13 10:36:42 2016 +0100 |
| tree | 153d7956cc8719fa0ef0d39bf4c4198db8ddf924 | |
| parent | 6112d11a978af54f87ac55daa9e965d949cb0041 [diff] |
build: support for "development build"
* configure.ac
Add the --enable-dev-build flag. It controls the DEV_BUILD
define for autoconf and automake, which can be used to
conditionally build in code that is only intended for development..
Signed-off-by: Avneesh Sachdev <avneesh@sproute.com>