]> git.puffer.fish Git - matthieu/frr.git/commit
build: support for "development build"
authorAvneesh Sachdev <avneesh@sproute.com>
Fri, 11 Mar 2016 20:21:24 +0000 (12:21 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Sep 2016 16:12:17 +0000 (12:12 -0400)
commit3b8282a8e8bdf97ab78cb11321f07063488640fa
treecfb045952d5313ce5c3f035a7e8f99d2fed1e0bb
parent0e957b367b54c3126ea75dec9eb3b8148dbd5747
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>
configure.ac