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/quantize.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/quantize.vcxproj')
-rw-r--r-- | sample/quantize.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/quantize.vcxproj b/sample/quantize.vcxproj index f4de291..9a633ef 100644 --- a/sample/quantize.vcxproj +++ b/sample/quantize.vcxproj @@ -101,7 +101,6 @@ <PrecompiledHeaderOutputFile>.\Debug/quantize.pch</PrecompiledHeaderOutputFile> <WarningLevel>Level4</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |