mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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 property="DBG" value="1">
|
||||
<define name="DBG" value="1" />
|
||||
<define name="_SEH_ENABLE_TRACE" />
|
||||
<property name="DBG_OR_KDBG" value="true" />
|
||||
</if>
|
||||
<if property="KDBG" value="1">
|
||||
<define name="KDBG" value="1" />
|
||||
<property name="DBG_OR_KDBG" value="true" />
|
||||
</if>
|
||||
|
||||
|
||||
<if property="GDB" value="0">
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
|
|
Loading…
Reference in a new issue