Skip to content

Commit 8c5c8b0

Browse files
* Enabled enhanced debugging of x87 release builds (/Zo option)
1 parent 323d4ef commit 8c5c8b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synth.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
<WarningLevel>Level4</WarningLevel>
106106
<PrecompiledHeader>Use</PrecompiledHeader>
107107
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
108+
<AdditionalOptions>/Zo %(AdditionalOptions)</AdditionalOptions>
108109
</ClCompile>
109110
<Link>
110111
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)