mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
fix small spelling fault
svn path=/trunk/; revision=10882
This commit is contained in:
parent
6c4737effa
commit
74d54596e4
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ ARCH := i386
|
|||
#
|
||||
# Which cpu should reactos optimze for
|
||||
# example : i486, i586, pentium, pentium2, pentum3, pentium4
|
||||
# athlond-xp, athlond-mp, k6-2,
|
||||
# athlon-xp, athlon-mp, k6-2,
|
||||
#
|
||||
# see gcc manual for more cpu name and which cpu it can
|
||||
# be optimze for.
|
||||
|
@ -20,12 +20,12 @@ OARCH := i486
|
|||
#
|
||||
# Whether to compile in the kernel debugger
|
||||
#
|
||||
KDBG := 0
|
||||
KDBG := 1
|
||||
|
||||
#
|
||||
# Whether to compile for debugging
|
||||
#
|
||||
DBG := 0
|
||||
DBG := 1
|
||||
|
||||
#
|
||||
# Whether to compile with optimizations
|
||||
|
|
Loading…
Reference in a new issue