mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
revert the changes i accidently made, sorry
svn path=/trunk/; revision=14065
This commit is contained in:
parent
9309c80c1b
commit
42819f010e
1 changed files with 3 additions and 3 deletions
|
@ -14,17 +14,17 @@ ARCH := i386
|
||||||
# be optimized for.
|
# be optimized for.
|
||||||
#
|
#
|
||||||
|
|
||||||
OARCH := i586
|
OARCH := i486
|
||||||
|
|
||||||
#
|
#
|
||||||
# Whether to compile in the kernel debugger
|
# Whether to compile in the kernel debugger
|
||||||
#
|
#
|
||||||
KDBG := 1
|
KDBG := 0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Whether to compile for debugging
|
# Whether to compile for debugging
|
||||||
#
|
#
|
||||||
DBG := 1
|
DBG := 0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Whether to compile a multiprocessor or single processor version
|
# Whether to compile a multiprocessor or single processor version
|
||||||
|
|
Loading…
Reference in a new issue