diff options
author | inikep <inikep@gmail.com> | 2016-09-03 00:05:01 (GMT) |
---|---|---|
committer | inikep <inikep@gmail.com> | 2016-09-03 00:05:01 (GMT) |
commit | e5b0f1ea1467ecbe1898fc3e9506f49f0a9bad15 (patch) | |
tree | 9e96f87f7afab9ba74dd12911bca3022861fa5f8 /visual/VS2010/fullbench/fullbench.vcxproj | |
parent | 829ae7587158a614192b6f300f46caa07f5a4e08 (diff) | |
download | lz4-e5b0f1ea1467ecbe1898fc3e9506f49f0a9bad15.zip lz4-e5b0f1ea1467ecbe1898fc3e9506f49f0a9bad15.tar.gz lz4-e5b0f1ea1467ecbe1898fc3e9506f49f0a9bad15.tar.bz2 |
CFLAGS += $(MOREFLAGS)
Diffstat (limited to 'visual/VS2010/fullbench/fullbench.vcxproj')
-rw-r--r-- | visual/VS2010/fullbench/fullbench.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/visual/VS2010/fullbench/fullbench.vcxproj b/visual/VS2010/fullbench/fullbench.vcxproj index c5b88bf..6fcee13 100644 --- a/visual/VS2010/fullbench/fullbench.vcxproj +++ b/visual/VS2010/fullbench/fullbench.vcxproj @@ -91,6 +91,7 @@ <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <TreatWarningAsError>true</TreatWarningAsError> + <EnablePREfast>false</EnablePREfast> </ClCompile> <Link> <SubSystem>Console</SubSystem> @@ -123,6 +124,7 @@ <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <TreatWarningAsError>true</TreatWarningAsError> + <EnablePREfast>false</EnablePREfast> </ClCompile> <Link> <SubSystem>Console</SubSystem> |