Skip to content

Commit 684f343

Browse files
committed
fix win32 debug issue
cl : command line error D8016: '/ZI' and '/guard:cf' command-line options are incompatible [C:\projects\npp-exportplugin\vs7project\NppExport.vcxproj] 1>Done Building Project "C:\projects\npp-exportplugin\vs7project\NppExport.vcxproj" (default targets) -- FAILED.
1 parent d4b52c9 commit 684f343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vs7project/NppExport.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
123123
<PrecompiledHeader>NotUsing</PrecompiledHeader>
124124
<WarningLevel>Level4</WarningLevel>
125-
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
125+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
126126
<SDLCheck>true</SDLCheck>
127127
<MultiProcessorCompilation>true</MultiProcessorCompilation>
128128
<LanguageStandard_C>stdc11</LanguageStandard_C>

0 commit comments

Comments
 (0)