How can I ensure one of my variables dosen't get minified when compiling in emcc?

33 views Asked by At

So...I am modifying sql.js. In this project I am trying to export a function / object I created and somehow the name gets minified when I compile with emcc

The Database that sql.js exports does not get minified. How might I be able to modify this project such that my object name does not get modified and I can use it later?

0

There are 0 answers