Skip to content

Commit

Permalink
Make the French translation fit on the qtpy_m0_haxpress board
Browse files Browse the repository at this point in the history
  • Loading branch information
deshipu committed Feb 22, 2021
1 parent da264b1 commit df5989d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/atmel-samd/boards/qtpy_m0_haxpress/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ RELEASE_NEEDS_CLEAN_BUILD = 1
CFLAGS_INLINE_LIMIT = 35
SUPEROPT_VM = 0
endif
ifeq ($(TRANSLATION), fr_FR)
RELEASE_NEEDS_CLEAN_BUILD = 1
CFLAGS_INLINE_LIMIT = 35
SUPEROPT_VM = 0
endif

0 comments on commit df5989d

Please sign in to comment.