Open nick-schultz opened 1 year ago
compiler should be removed in package id, but not build type. See https://github.com/conan-io/conan-center-index/issues/3157
Otherwise, if you always want release build in your tools requirements, you can always call conan install with -s:b build_type=Release
.
Description
I don't think winflexbison should be sensitive to
compiler
orbuild_type
settings.It's a build tool that should generally be used as a release build. The problem is when using a Debug build profile, it will use the debug builds of the winflexbison tools.
In the conan guide, it gives an example for
nasm
tool. In this example it is senstive only toos
andarch
Can we get equivalent behavior for
winflexbison
?Package and Environment Details
N/A
Conan profile
A workaround is to add additional settings for
winflexbison
to setbuild_type
andcompiler.runtime_type
toRelease
in our debug build profile.debug build profile:
Steps to reproduce
N/A
Logs
N/A