On 4/17/20 2:20 AM, Philippe Mathieu-Daudé wrote: > --enable-debug enables --enable-debug-tcg which is not designed for > performance. You might want to try '--enable-debug --disable-debug-tcg'.
More importantly, --enable-debug turns off compiler optimization. That is going to be the biggest hit to performance. r~