Skip to content

Commit dfb77f8

Browse files
committed
Disable generating debug information by default.
The debug information generated by nasm is not completely compatable with certain VS versions and can cause link failures.
1 parent 0492bf5 commit dfb77f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nasm.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<ItemDefinitionGroup>
1212
<NASM>
1313
<ObjectFileName>$(IntDir)%(FileName).obj</ObjectFileName>
14-
<GenerateDebugInformation>true</GenerateDebugInformation>
1514
<CommandLineTemplate Condition="'$(Platform)' == 'Win32'">"$(NasmPath)"nasm.exe -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
1615
<CommandLineTemplate Condition="'$(Platform)' == 'x64'">"$(NasmPath)"nasm.exe -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
1716
<CommandLineTemplate Condition="'$(Platform)' != 'Win32' and '$(Platform)' != 'x64'">echo NASM not supported on this platform

0 commit comments

Comments
 (0)