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

Add CMake option to build yaramod with Windows static runtime #85

Open
PeterMatula opened this issue Mar 23, 2020 · 0 comments
Open

Add CMake option to build yaramod with Windows static runtime #85

PeterMatula opened this issue Mar 23, 2020 · 0 comments

Comments

@PeterMatula
Copy link
Contributor

PeterMatula commented Mar 23, 2020

PR #82 partially solved this - Yaramod users can pass CXX flags that contain /MT instead of /MD and Yaramod (and its deps) will be properly build using MSVC static runtime.
But, it would be much nicer if there was an option that would take care of this. Something like YARAMOD_BUILD_STATIC_RUNTIME (e.g. Capstone/Keystone) or YARAMOD_MSVC_STATIC_RUNTIME (e.g. RetDec).

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

1 participant