0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Build boost in release mode for our debug builds.

This commit is contained in:
Jason Volk 2018-12-28 15:47:49 -08:00
parent 30dc2ce7ed
commit df259c237f

View file

@ -1099,7 +1099,8 @@ AC_HELP_STRING([--with-included-boost[[[=shared]]]], [Use the boost sources from
AM_COND_IF([DEBUG],
[
boost_variant="debug"
dnl boost_variant="debug"
boost_variant="release"
], [
boost_variant="release"
])