Open kalwalt opened 5 years ago
Debug could go to the release, yes. About the errors, I don't know. Would need to see
Side note, have you checked you email and seen Nicolos messages?
Side note, have you checked you email and seen Nicolos messages?
no sorry i will check now!
Debug could go to the release, yes. About the errors, I don't know. Would need to see
that is fine. i will report something more.
My fault i didn't changed the wasm file in the build folder ! Profiling is working now, but the app is very slow on my desktop PC, i think can't try on my smartphone.
It would be nice to name the debug version artoolkit.debug.js
instead of artoolkit.js
to avoid confusion. I will do this.
I'm trying to build the debug version of artoolkitX.js, i run the build script with the option
--debug
like this:./build.sh --debug emscripten
, but when i try to run the example i receive errors related to wasm . I think i should exclude the wasm loading (see the ARX_wasmLoader.cpp) from the debug version, but i would to know what do you think @ThorstenBux. I think also that the debug version could be added to the official release...