Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with RelWithDebInfo #774

Closed
hanickadot opened this issue May 25, 2020 · 0 comments
Closed

Building with RelWithDebInfo #774

hanickadot opened this issue May 25, 2020 · 0 comments

Comments

@hanickadot
Copy link

When I'm building retdec with RelWithDebInfo and linking against retdec::fileformat with MSVC I'm getting linker error:

LINK : fatal error LNK1181: cannot open input file '..\..\..\external\retdec\external\src\llvm-project-build\Release\lib\LLVMDebugInfoDWARF.lib' 

It seems to me, you are explicitly sets the Release\ in deps\CMakeLists.txt, but maybe I'm just wrong.

@PeterMatula PeterMatula self-assigned this May 25, 2020
PeterMatula added a commit that referenced this issue Jun 11, 2020
The problem was that our previous solution could handle only Release or Debug config. The new solution can handle any configuration and is simpler.
PeterMatula added a commit that referenced this issue Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants