diff --git a/Makefile b/Makefile index 742a3ffc8..3de7b3f6b 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,6 @@ include ${MAKE_HELPERS_DIRECTORY}build_env.mk # Default values for build configurations, and their dependencies ################################################################################ -ifdef ASM_ASSERTION - $(warning ASM_ASSERTION is removed, use ENABLE_ASSERTIONS instead.) -endif - include ${MAKE_HELPERS_DIRECTORY}defaults.mk # Assertions enabled for DEBUG builds by default