You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on Emscripten it seems to "reset" the counter between .cpp files.
For example i tried doing counter at index 5 on test1.cpp and test2.cpp
It started counting from start index in test2.cpp even though it had counted things already on test1.cpp, in regular clang it would remember the value between files, now it doesn't.
on Emscripten it seems to "reset" the counter between .cpp files.
For example i tried doing counter at index 5 on test1.cpp and test2.cpp
It started counting from start index in test2.cpp even though it had counted things already on test1.cpp, in regular clang it would remember the value between files, now it doesn't.
Any idea what could be causing this?
Also tried with this tweak, changed nothing.
The text was updated successfully, but these errors were encountered: