mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Remove MP build option from config.template.rbuild
See issue #1183 for more details. svn path=/trunk/; revision=30184
This commit is contained in:
parent
f93fa0baf7
commit
8818f37891
2 changed files with 0 additions and 9 deletions
|
@ -4,9 +4,6 @@
|
|||
<xi:include href="baseaddress.rbuild" />
|
||||
|
||||
<define name="__REACTOS__" overridable="true" />
|
||||
<if property="MP" value="1">
|
||||
<define name="CONFIG_SMP">1</define>
|
||||
</if>
|
||||
<if property="DBG" value="1">
|
||||
<define name="DBG">1</define>
|
||||
<define name="_SEH_ENABLE_TRACE" />
|
||||
|
|
|
@ -46,12 +46,6 @@
|
|||
<property name="OPTIMIZE" value="1" />
|
||||
|
||||
|
||||
<!--
|
||||
Whether to compile for an uniprocessor or multiprocessor machine.
|
||||
-->
|
||||
<property name="MP" value="0" />
|
||||
|
||||
|
||||
<!--
|
||||
Whether to compile in the integrated kernel debugger.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue