mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
configure: Build boost in release mode for our debug builds.
This commit is contained in:
parent
30dc2ce7ed
commit
df259c237f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue