Skip to content

Commit ce19838

Browse files
committed
Disable generating debug information by default.
1 parent 75f11ae commit ce19838

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yasm.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<Preprocessor>0</Preprocessor>
1414
<Parser>0</Parser>
1515
<ObjectFileName>$(IntDir)%(FileName).obj</ObjectFileName>
16-
<GenerateDebugInformation>true</GenerateDebugInformation>
1716
<CommandLineTemplate Condition="'$(Platform)' == 'Win32'">"$(YasmPath)"yasm.exe -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
1817
<CommandLineTemplate Condition="'$(Platform)' == 'x64'">"$(YasmPath)"yasm.exe -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
1918
<CommandLineTemplate Condition="'$(Platform)' != 'Win32' and '$(Platform)' != 'x64'">echo YASM not supported on this platform

0 commit comments

Comments
 (0)