Changeset b183865e in mainline for Makefile


Ignore:
Timestamp:
2005-11-09T14:12:34Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ccd275
Parents:
e2ec980f
Message:

remove NDEBUG, replace it by ~CONFIG_DEBUG
set CONFIG_DEBUG = y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re2ec980f rb183865e  
    6363include genarch/Makefile.inc
    6464
    65 ifeq ($(CONFIG_DEBUG),n)
    66         DEFS += -DNDEBUG
     65ifeq ($(CONFIG_DEBUG),y)
     66        DEFS += -DCONFIG_DEBUG
    6767endif
    6868ifeq ($(CONFIG_DEBUG_SPINLOCK),y)
Note: See TracChangeset for help on using the changeset viewer.