Displaying 2 results from an estimated 2 matches for "build_program".
Did you mean:
build_programs
2019 Apr 14
1
Opus cmake build
...un all 14 of the tests that are run using the
autotools "make check"? I wouldn't expect fewer tests to be run when
shared libraries are built; the autotools build runs all tests
regardless of whether a shared library, static library, or both are built.
> For programs use:
> -DBUILD_PROGRAMS=ON
I tried the option -DBUILD_PROGRAMS=ON that you mentioned, but it still
said that BUILD_PROGRAMS was disabled:
-- The following features have been disabled:
* USE_ALLOCA, Use alloca for stack arrays (on non-C99 compilers)
* CUSTOM_MODES, Enable non-Opus modes, e.g. 44.1 kHz & 2^n...
2019 Apr 11
2
Opus cmake build
On Wed, Apr 10, 2019 at 5:30 PM Marcus Asteborg <xnorpx at outlook.com> wrote:
> Hi Mark,
>
> Thanks for the feedback.
>
> By default CMake is building the static library in debug, to get other
> things one has to explicit turn it on.
>
>
Hi,
By default CMake uses the "empty" build, which is used in combination with
the environment variables CFLAGS and