Merge "Enable R8 by default (third attempt)"

This commit is contained in:
Søren Gjesse 2017-12-19 07:12:05 +00:00 committed by Gerrit Code Review
commit 6f516aef40
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ endif
# Default R8 behavior when USE_R8 is not specified.
ifndef USE_R8
USE_R8 := false
USE_R8 := true
endif
#