Skip to content

[curl] x64-linux debug build links against release version of the lib #7373

@crusader-mike

Description

@crusader-mike

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.

Metadata

Metadata

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions