~michael-sheldon/ubuntu-touch-session/fix-1659388

1
2
3
4
# Don't enable cache on the emulator
if ! grep -q qemu /proc/cmdline; then
    export QV4_ENABLE_JIT_CACHE=1
fi