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:
parent
52f5593f28
commit
4e8f69e96b
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user