Displaying 2 results from an estimated 2 matches for "4fd16178".
2019 Apr 11
0
Opus cmake build
...s topic. Unfortunately it doesn't address the CFLAGS, CXXFLAGS issue. I guess one can combine the both and have an optimal solution.
Cheers,
Cristian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20190411/4fd16178/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-CMake-If-CMAKE_BUILD_TYPE-is-empty-and-CFlags-are-se.patch
Type: application/octet-stream
Size: 2612 bytes
Desc: 0001-CMake-If-CMAKE_BUILD_TYPE-is-empty-and-CFlags-are-se.patch
URL: <http...
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