Skip to content

Commit 8090af0

Browse files
author
Seth Kerr
committed
fix ja build issue
1 parent 444c008 commit 8090af0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/atmel-samd/boards/cp_sapling_m0_revb/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ RELEASE_NEEDS_CLEAN_BUILD = 1
2222
CFLAGS_INLINE_LIMIT = 35
2323
SUPEROPT_VM = 0
2424
endif
25+
ifeq ($(TRANSLATION), ja)
26+
CFLAGS_INLINE_LIMIT = 35
27+
endif

0 commit comments

Comments
 (0)