source: mainline/Makefile.config@ 0172eba

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 0172eba was b183865e, checked in by Martin Decky <martin@…>, 20 years ago

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

  • Property mode set to 100644
File size: 1.1 KB
Line 
1## General configuration directives
2#
3# CONFIG_SMP (n/y)
4# Support for symetric multiprocessors
5#
6# CONFIG_HT (n/y)
7# Improved support for hyperthreading
8#
9# CONFIG_FPU_LAZY (n/y)
10# Lazy context switching
11#
12
13CONFIG_SMP = y
14CONFIG_HT = y
15CONFIG_FPU_LAZY = y
16
17## Debugging configuration directives
18#
19# CONFIG_DEBUG (n/y)
20# General debuging and assert checking
21#
22# CONFIG_DEBUG_SPINLOCK (n/y)
23# Deadlock detection support for spinlocks
24#
25
26CONFIG_DEBUG = y
27CONFIG_DEBUG_SPINLOCK = y
28
29## Run-time configuration directives
30#
31# CONFIG_USERSPACE (n/y)
32# Enable user space support
33#
34# CONFIG_TEST (value)
35# Compile in test "value" (empty string for no test)
36#
37
38CONFIG_USERSPACE = n
39CONFIG_TEST =
40#CONFIG_TEST = synch/rwlock1
41#CONFIG_TEST = synch/rwlock2
42#CONFIG_TEST = synch/rwlock3
43#CONFIG_TEST = synch/rwlock4
44#CONFIG_TEST = synch/rwlock5
45#CONFIG_TEST = synch/semaphore1
46#CONFIG_TEST = synch/semaphore2
47#CONFIG_TEST = fpu/fpu1
48#CONFIG_TEST = fpu/sse1
49#CONFIG_TEST = fpu/mips1
50#CONFIG_TEST = print/print1
51#CONFIG_TEST = thread/thread1
52#CONFIG_TEST = mm/mapping1
Note: See TracBrowser for help on using the repository browser.