mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
revert changes to the config file. I accidently committed it, sorry.
svn path=/trunk/; revision=14008
This commit is contained in:
parent
d288e05d38
commit
29bd3ad1f9
1 changed files with 4 additions and 4 deletions
|
@ -15,22 +15,22 @@ ARCH := i386
|
|||
# be optimized for.
|
||||
#
|
||||
|
||||
OARCH := i586
|
||||
OARCH := i486
|
||||
|
||||
#
|
||||
# Whether to compile in the kernel debugger
|
||||
#
|
||||
KDBG := 1
|
||||
KDBG := 0
|
||||
|
||||
#
|
||||
# Whether to compile for debugging
|
||||
#
|
||||
DBG := 1
|
||||
DBG := 0
|
||||
|
||||
#
|
||||
# Whether to compile with optimizations
|
||||
#
|
||||
OPTIMIZED := 1
|
||||
OPTIMIZED := 0
|
||||
|
||||
#
|
||||
# Whether to compile a multiprocessor or single processor version
|
||||
|
|
Loading…
Reference in a new issue