[openthread] update build configuration (#1753)

This commit is contained in:
Jonathan Hui 2018-08-23 16:06:48 -07:00 committed by Kostya Serebryany
parent 649d3a7708
commit 04964f722a
1 changed files with 3 additions and 1 deletions

View File

@ -20,8 +20,10 @@
./configure \
--enable-fuzz-targets \
--enable-application-coap \
--enable-border-agent \
--enable-border-router \
--enable-cert-log \
--enable-channel-manager \
--enable-channel-monitor \
--enable-child-supervision \
--enable-commissioner \
@ -37,7 +39,7 @@
--enable-mtd-network-diagnostic \
--enable-raw-link-api \
--enable-service \
--enable-tmf-proxy \
--enable-udp-proxy \
--disable-docs
make -j$(nproc)