Merge pull request #1367 from robertovargas-arm/ndebug

Remove the unused macro NDEBUG
This commit is contained in:
danh-arm 2018-05-03 16:46:44 +01:00 committed by GitHub
commit df7f2033ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ ifneq (${DEBUG}, 0)
LOG_LEVEL := 40
else
BUILD_TYPE := release
$(eval $(call add_define,NDEBUG))
# Use LOG_LEVEL_NOTICE by default for release builds
LOG_LEVEL := 20
endif