Skip to content

Commit

Permalink
Change Debug configuration
Browse files Browse the repository at this point in the history
Linker error: ada.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due
to '/SAFESEH' specification
Remark: In release mode it can stay true.
  • Loading branch information
bmateusz committed Feb 23, 2015
1 parent 2ec2da0 commit 1f0a109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/ctags_vs2013.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand Down

0 comments on commit 1f0a109

Please sign in to comment.