mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Sorry for incorrect file comiited.
svn path=/trunk/; revision=13298
This commit is contained in:
parent
c4e6624f9a
commit
5078cef23f
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ DBG := 0
|
||||||
#
|
#
|
||||||
# Whether to compile with optimizations
|
# Whether to compile with optimizations
|
||||||
#
|
#
|
||||||
OPTIMIZED := 1
|
OPTIMIZED := 0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Whether to compile a multiprocessor or single processor version
|
# Whether to compile a multiprocessor or single processor version
|
||||||
|
@ -45,7 +45,7 @@ ACPI := 0
|
||||||
#
|
#
|
||||||
# whether to use a 3GB User, 1GB Kernel memory map
|
# whether to use a 3GB User, 1GB Kernel memory map
|
||||||
#
|
#
|
||||||
3GB := 0
|
3GB := 1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Which version of NDIS do we support up to?
|
# Which version of NDIS do we support up to?
|
||||||
|
|
Loading…
Reference in a new issue