File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ WARNING: When setting properties based on their current state (for example:
35
35
<DisassemblyName >$(AssemblyName).dasm.il</DisassemblyName >
36
36
<TargetAssemblyName >$(AssemblyName).asm.dll</TargetAssemblyName >
37
37
38
+ <_IlasmSwitches Condition =" '$(DebugType)' == 'Full'" >$(_IlasmSwitches) -DEBUG</_IlasmSwitches >
39
+ <_IlasmSwitches Condition =" '$(DebugType)' == 'Impl'" >$(_IlasmSwitches) -DEBUG=IMPL</_IlasmSwitches >
40
+ <_IlasmSwitches Condition =" '$(DebugType)' == 'PdbOnly'" >$(_IlasmSwitches) -DEBUG=OPT</_IlasmSwitches >
41
+
38
42
<IlasmRoundTripBashScript Condition =" '$(CLRTestKind)' == 'RunOnly'" ><![CDATA[
39
43
# IlasmRoundTrip Script
40
44
# For CLRTestKind==RunOnly, we don't do any ilasm round-trip testing. We also need to disable
You can’t perform that action at this time.
0 commit comments