SUPEROPT_VM = 0 for de_DE

This commit is contained in:
Dan Halbert 2020-08-01 12:36:20 -04:00 committed by GitHub
parent 27c6ffb9a2
commit 4b71831d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ CFLAGS_INLINE_LIMIT = 35
endif
ifeq ($(TRANSLATION), de_DE)
CFLAGS_INLINE_LIMIT = 35
SUPEROPT_VM = 0
endif