diff options
author | 泓量 黃 <[email protected]> | 2019-09-15 01:20:09 +0800 |
---|---|---|
committer | 泓量 黃 <[email protected]> | 2019-09-15 01:20:09 +0800 |
commit | ef2677759362c5f7dca4286200d2a7a05e6a7341 (patch) | |
tree | c65b374893ef9747f0beeca17ba7c179ecbd80d2 /sample/bf.vcxproj | |
parent | 4a6c59bbb25a9cc5b490ae07762a9db443d8b755 (diff) | |
download | xbyak-ef2677759362c5f7dca4286200d2a7a05e6a7341.tar.gz xbyak-ef2677759362c5f7dca4286200d2a7a05e6a7341.zip |
address "warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification"
Diffstat (limited to 'sample/bf.vcxproj')
-rw-r--r-- | sample/bf.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/bf.vcxproj b/sample/bf.vcxproj index 4dc1969..ddc73f5 100644 --- a/sample/bf.vcxproj +++ b/sample/bf.vcxproj @@ -133,7 +133,6 @@ <PrecompiledHeaderOutputFile>.\Debug/bf.pch</PrecompiledHeaderOutputFile> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |