We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f11ae commit ce19838Copy full SHA for ce19838
yasm.props
@@ -13,7 +13,6 @@
13
<Preprocessor>0</Preprocessor>
14
<Parser>0</Parser>
15
<ObjectFileName>$(IntDir)%(FileName).obj</ObjectFileName>
16
- <GenerateDebugInformation>true</GenerateDebugInformation>
17
<CommandLineTemplate Condition="'$(Platform)' == 'Win32'">"$(YasmPath)"yasm.exe -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
18
<CommandLineTemplate Condition="'$(Platform)' == 'x64'">"$(YasmPath)"yasm.exe -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
19
<CommandLineTemplate Condition="'$(Platform)' != 'Win32' and '$(Platform)' != 'x64'">echo YASM not supported on this platform
0 commit comments