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 0492bf5 commit dfb77f8Copy full SHA for dfb77f8
nasm.props
@@ -11,7 +11,6 @@
11
<ItemDefinitionGroup>
12
<NASM>
13
<ObjectFileName>$(IntDir)%(FileName).obj</ObjectFileName>
14
- <GenerateDebugInformation>true</GenerateDebugInformation>
15
<CommandLineTemplate Condition="'$(Platform)' == 'Win32'">"$(NasmPath)"nasm.exe -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
16
<CommandLineTemplate Condition="'$(Platform)' == 'x64'">"$(NasmPath)"nasm.exe -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
17
<CommandLineTemplate Condition="'$(Platform)' != 'Win32' and '$(Platform)' != 'x64'">echo NASM not supported on this platform
0 commit comments