Configuring with --disable-debug also disables JS_CACHE_SIMULATOR_ARM64, following which Simulator::ExecuteInstruction no longer compiles because it has code that should be under that ifdef.
Bug 1668261 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Configuring with --disable-debug also disables JS_CACHE_SIMULATOR_ARM64, following which Simulator::ExecuteInstruction no longer compiles because it has code that should be under that ifdef but isn't.