diff --git a/core/embed/gfx/bitblt/gfx_bitblt_rgb565.c b/core/embed/gfx/bitblt/gfx_bitblt_rgb565.c index 50d0808f02..feea2c1670 100644 --- a/core/embed/gfx/bitblt/gfx_bitblt_rgb565.c +++ b/core/embed/gfx/bitblt/gfx_bitblt_rgb565.c @@ -19,7 +19,9 @@ // Turning off the stack protector for this file improves // the performance of drawing operations when called frequently. +#ifndef TREZOR_EMULATOR #pragma GCC optimize("no-stack-protector") +#endif #include