Skip to content

Commit

Permalink
build(core): use PYOPT=0 for build_unix target
Browse files Browse the repository at this point in the history
restoring behavior before #4234
  • Loading branch information
matejcik committed Nov 25, 2024
1 parent b833c8d commit 36555af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ build_firmware: templates build_cross build_kernel ## build firmware with frozen
$(SCONS) $(FIRMWARE_BUILD_DIR)/firmware.bin

build_unix: templates ## build unix port
$(SCONS) $(UNIX_BUILD_DIR)/trezor-emu-core $(UNIX_PORT_OPTS)
$(SCONS) PYOPT=0 $(UNIX_BUILD_DIR)/trezor-emu-core $(UNIX_PORT_OPTS)

build_unix_frozen: templates build_cross ## build unix port with frozen modules
$(SCONS) $(UNIX_BUILD_DIR)/trezor-emu-core $(UNIX_PORT_OPTS) TREZOR_EMULATOR_FROZEN=1
Expand Down

0 comments on commit 36555af

Please sign in to comment.