Closed Simon-Laux closed 5 years ago
useful for development, needed for https://github.com/deltachat/deltachat-desktop-dev-env/issues/12
The idea is to have an environment variable to toggle (dc-core-rs) debug builds and linking to those debug builds.
Including debug symbols works with executing RUSTFLAGS=-g npm run rebuild-all
RUSTFLAGS=-g npm run rebuild-all
Thanks that did the trick
useful for development, needed for https://github.com/deltachat/deltachat-desktop-dev-env/issues/12
The idea is to have an environment variable to toggle (dc-core-rs) debug builds and linking to those debug builds.