Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
b183865e
in mainline for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
re2ec980f
rb183865e
63
63
include genarch/Makefile.inc
64
64
65
ifeq ($(CONFIG_DEBUG),
n
)
66
DEFS += -D
N
DEBUG
65
ifeq ($(CONFIG_DEBUG),
y
)
66
DEFS += -D
CONFIG_
DEBUG
67
67
endif
68
68
ifeq ($(CONFIG_DEBUG_SPINLOCK),y)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive