Describe the bug
If you build your application and link CURL (via find_package) using x64-linux triplet -- your debug build will link against release version of curl library (and all it's dependencies).
Environment
- OS: CentOS 7
- Compiler: gcc 8
To Reproduce
Should be obvious from description.
Expected behavior
Debug version of libcurl.a should be used on linker's cmdline.
Describe the bug
If you build your application and link CURL (via
find_package) usingx64-linuxtriplet -- your debug build will link against release version of curl library (and all it's dependencies).Environment
To Reproduce
Should be obvious from description.
Expected behavior
Debug version of libcurl.a should be used on linker's cmdline.