mirror of https://github.com/google/oss-fuzz.git
[openthread] update build configuration (#1753)
This commit is contained in:
parent
649d3a7708
commit
04964f722a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue