fix(native): Suggest release build#2810
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/b7glpqjp8/sentry.dev |
|
/cc @Mixaill |
|
Re-assigning this. @Swatinem there's probably more we could be updating in the documentation from the readme. Particularly, builds, backends and configuration options have extensive info in the README that should rather go in docs. |
| cmake -B build -D SENTRY_BACKEND=crashpad --config RelWithDebInfo | ||
| # build the project | ||
| cmake --build build --parallel | ||
| cmake --build build --config RelWithDebInfo --parallel |
There was a problem hiding this comment.
can you also re-generate the file tree? now that we install debug symbols properly? (or to check if we actually do)
There was a problem hiding this comment.
Are you asking if the pdb gets copied over on install?
|
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
On Windows it builds in Debug mode by default.
See also:
#439
#442