summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-18 01:56:56 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-18 01:56:56 +0000
commit70a991f0023a3bd23bfd6ffd0b665f1dbed701bf (patch)
tree7550c398a859e89955f0ae417183d7eaa0a34da0
parent6bcdc489596dfcbc5a6e9e08d10c3d34dd0c4785 (diff)
downloadcryptopp-70a991f0023a3bd23bfd6ffd0b665f1dbed701bf.tar.gz
turn off whole program optimization
add wake.txt git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@487 57ff6487-cd31-0410-9ec3-f628ee90f5f0
-rwxr-xr-xcryptest.vcproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/cryptest.vcproj b/cryptest.vcproj
index 90abe31..f7e4a6e 100755
--- a/cryptest.vcproj
+++ b/cryptest.vcproj
@@ -53,6 +53,7 @@
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
OmitFramePointers="true"
+ WholeProgramOptimization="false"
PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
StringPooling="true"
RuntimeLibrary="0"
@@ -849,6 +850,10 @@
>
</File>
<File
+ RelativePath=".\TestVectors\wake.txt"
+ >
+ </File>
+ <File
RelativePath=".\TestVectors\whrlpool.txt"
>
</File>