deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

Env var for debug builds #370

Closed Simon-Laux closed 5 years ago

Simon-Laux commented 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.

Jikstra commented 5 years ago

Including debug symbols works with executing RUSTFLAGS=-g npm run rebuild-all

Simon-Laux commented 5 years ago

Thanks that did the trick