diff --git a/frontend/deps.edn b/frontend/deps.edn index 3d4ff15c09..e023e302d8 100644 --- a/frontend/deps.edn +++ b/frontend/deps.edn @@ -50,5 +50,8 @@ :shadow-cljs {:main-opts ["-m" "shadow.cljs.devtools.cli"] - :jvm-opts ["--sun-misc-unsafe-memory-access=allow" "-Dpenpot.wasm.profile-marks=true"]} + :jvm-opts ["--sun-misc-unsafe-memory-access=allow" + "-Dpenpot.wasm.profile-marks=true" + "-XX:+UnlockExperimentalVMOptions" + "-XX:CompileCommand=blackhole,criterium.blackhole.Blackhole::consume"]} }}