-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
SENTRY_BUILD_RUNTIMESTATIC:ON
fails to build
#357
Comments
I’m a bit surprised why this here doesn’t work: Lines 362 to 374 in 2fed975
nevermind, noticed the difference and remembered that we split the handler from the handler_lib recently. |
Swatinem
added a commit
that referenced
this issue
Aug 25, 2020
Ahh ok that makes sense. Might be worth adding a regression test for this in CI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Defining
SENTRY_BUILD_RUNTIMESTATIC=ON
fails to build crashpad due to some objects linking with the dynamic runtime instead of the static runtime.When does the problem happen
Environment
"-DBUILD_SHARED_LIBS=OFF" "-DSENTRY_BUILD_TESTS=OFF" "-DSENTRY_BUILD_EXAMPLES=OFF" "-DSENTRY_TRANSPORT=none" "-DSENTRY_BACKEND=crashpad" "-DSENTRY_BUILD_RUNTIMESTATIC=ON"
Steps To Reproduce
I think the only thing needed is to build with
SENTRY_BACKEND=crashpad
andSENTRY_BUILD_RUNTIMESTATIC=ON
.Log output
The text was updated successfully, but these errors were encountered: