mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
Got some reasonable stack frame names out of the symbol data.
This commit is contained in:
parent
0387684e7d
commit
7cf6bfaec0
1 changed files with 11 additions and 1 deletions
|
@ -358,7 +358,17 @@
|
|||
id="org.eclipse.cdt.msvc.link.option.debug"
|
||||
name="Generate Debug Info (/debug)"
|
||||
resourceFilter="all"
|
||||
valueType="boolean"/>
|
||||
valueType="boolean">
|
||||
<enablement
|
||||
attribute="value"
|
||||
type="CONTAINER_ATTRIBUTE"
|
||||
value="true">
|
||||
<checkBuildProperty
|
||||
property="org.eclipse.cdt.build.core.buildType"
|
||||
value="org.eclipse.cdt.build.core.buildType.debug">
|
||||
</checkBuildProperty>
|
||||
</enablement>
|
||||
</option>
|
||||
<option
|
||||
category="org.eclipse.cdt.msvc.link.optionCategory.general"
|
||||
command="/nologo"
|
||||
|
|
Loading…
Add table
Reference in a new issue