1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-03 17:05:43 +00:00

fix(core): fix emulator build

[no changelog]
This commit is contained in:
cepetr 2025-03-20 15:23:51 +01:00
parent 52f5593f28
commit 4e8f69e96b

View File

@ -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 <gfx/gfx_bitblt.h>