Subversion Repositories HelenOS-historic

Rev

Rev 110 | Rev 117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 110 Rev 112
Line 12... Line 12...
12
 
12
 
13
# General debuging and assert checking disable
13
# General debuging and assert checking disable
14
#NDEBUG=__NDEBUG__
14
#NDEBUG=__NDEBUG__
15
 
15
 
16
# Deadlock detection support for spinlocks.
16
# Deadlock detection support for spinlocks.
17
#DEBUG_SPINLOCK=DEBUG_SPINLOCK
17
DEBUG_SPINLOCK=DEBUG_SPINLOCK
18
 
18
 
19
# Uncomment if you want to compile in userspace support
19
# Uncomment if you want to compile in userspace support
20
#USERSPACE=__USERSPACE__
20
#USERSPACE=__USERSPACE__
21
 
21
 
22
# Uncomment if you want to run in the test mode
22
# Uncomment if you want to run in the test mode