mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Set _SEH_ENABLE_TRACE for debug builds
svn path=/trunk/; revision=26052
This commit is contained in:
parent
f5891f221e
commit
b788577769
1 changed files with 2 additions and 1 deletions
|
@ -18,13 +18,14 @@
|
||||||
</if>
|
</if>
|
||||||
<if property="DBG" value="1">
|
<if property="DBG" value="1">
|
||||||
<define name="DBG" value="1" />
|
<define name="DBG" value="1" />
|
||||||
|
<define name="_SEH_ENABLE_TRACE" />
|
||||||
<property name="DBG_OR_KDBG" value="true" />
|
<property name="DBG_OR_KDBG" value="true" />
|
||||||
</if>
|
</if>
|
||||||
<if property="KDBG" value="1">
|
<if property="KDBG" value="1">
|
||||||
<define name="KDBG" value="1" />
|
<define name="KDBG" value="1" />
|
||||||
<property name="DBG_OR_KDBG" value="true" />
|
<property name="DBG_OR_KDBG" value="true" />
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if property="GDB" value="0">
|
<if property="GDB" value="0">
|
||||||
<if property="OPTIMIZE" value="1">
|
<if property="OPTIMIZE" value="1">
|
||||||
<compilerflag>-Os</compilerflag>
|
<compilerflag>-Os</compilerflag>
|
||||||
|
|
Loading…
Reference in a new issue