• Roberto Vargas's avatar
    Remove the unused macro NDEBUG · 379dcab7
    Roberto Vargas authored
    
    
    The C standards specify that this macro is used to
    disable asserts but, in our code, the assert macro
    is controlled with ENABLE_ASSERTIONS. Having this macro
    here creates confusion about the behaviour of assert.
    
    Change-Id: Iab8689a14dc2b8790729857d56585ce43c0c4f51
    Signed-off-by: default avatarRoberto Vargas <roberto.vargas@arm.com>
    379dcab7
Makefile 26.5 KB