Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Commit ac493c4

Browse files
committed
Disable debug info in release config
1 parent c4ddbb1 commit ac493c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

UsoDllLoader/UsoDllLoader.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<SubSystem>Console</SubSystem>
130130
<EnableCOMDATFolding>true</EnableCOMDATFolding>
131131
<OptimizeReferences>true</OptimizeReferences>
132-
<GenerateDebugInformation>true</GenerateDebugInformation>
132+
<GenerateDebugInformation>false</GenerateDebugInformation>
133133
</Link>
134134
</ItemDefinitionGroup>
135135
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -149,7 +149,7 @@
149149
<SubSystem>Console</SubSystem>
150150
<EnableCOMDATFolding>true</EnableCOMDATFolding>
151151
<OptimizeReferences>true</OptimizeReferences>
152-
<GenerateDebugInformation>true</GenerateDebugInformation>
152+
<GenerateDebugInformation>false</GenerateDebugInformation>
153153
</Link>
154154
</ItemDefinitionGroup>
155155
<ItemGroup>

WindowsCoreDeviceInfo/WindowsCoreDeviceInfo.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<SubSystem>Console</SubSystem>
132132
<EnableCOMDATFolding>true</EnableCOMDATFolding>
133133
<OptimizeReferences>true</OptimizeReferences>
134-
<GenerateDebugInformation>true</GenerateDebugInformation>
134+
<GenerateDebugInformation>false</GenerateDebugInformation>
135135
<ModuleDefinitionFile>WindowsCoreDeviceInfo.def</ModuleDefinitionFile>
136136
</Link>
137137
</ItemDefinitionGroup>
@@ -152,7 +152,7 @@
152152
<SubSystem>Console</SubSystem>
153153
<EnableCOMDATFolding>true</EnableCOMDATFolding>
154154
<OptimizeReferences>true</OptimizeReferences>
155-
<GenerateDebugInformation>true</GenerateDebugInformation>
155+
<GenerateDebugInformation>false</GenerateDebugInformation>
156156
<ModuleDefinitionFile>WindowsCoreDeviceInfo.def</ModuleDefinitionFile>
157157
</Link>
158158
</ItemDefinitionGroup>

0 commit comments

Comments
 (0)