Found example in czmq/ci_build.sh
```
./autogen.sh
./configure --with-drafts=[yes|no]
```
Reason for question is the latest CZMQ repository does not build in Windows
with option --disable-drafts.
It has compilation errors in ztrie.c, which should not even be compiled
since draft API is turned off.

Compilation works fine in Linux for both draft APIs or not.


On Fri, Apr 22, 2016 at 3:44 PM Osiris Pedroso <opedr...@gmail.com> wrote:

> How can I build CZMQ with disable-drafts in Ubuntu?
>
> In Windows, I run czmq/builds/msvc/configure.bat --disable-drafts to
> accomplish that.
>
> Thanks
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to