fix long-standing web build time related bug

master
Dominik Madarász 2023-07-25 21:23:41 +02:00
parent a1d576fe8a
commit 9c669407fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
// Hack to enforce CLOCK_REALTIME, which is significantly faster for our purposes.
_emscripten_get_now = () => Date.now();
//_emscripten_get_now = () => Date.now();