Unverified Commit df7f2033 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #1367 from robertovargas-arm/ndebug

Remove the unused macro NDEBUG
parents b14c355e 379dcab7
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment