jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
5.18k stars 1.87k forks source link

seems yaml-cpp conan package does not support build_type=RelWithDebInfo properly. #1296

Open apollomok opened 4 months ago

apollomok commented 4 months ago

when build_type=RelWithDebInfo, it has lots of "undefined reference" error.

after changing build_type=Release, it can build without problem.