summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-20 23:40:20 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-20 23:40:20 -0500
commitfbf0f62f4b4a30c0510e8d4c786cba52311ea97f (patch)
treee43fb313a3afb3a9fd890b034218af6059bda15e /cryptest.nmake
parentca32b63038d5f7b13e2e00809cd9184a1efe8c24 (diff)
downloadcryptopp-git-fbf0f62f4b4a30c0510e8d4c786cba52311ea97f.tar.gz
Clear unused variable warning under Visual Studio
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptest.nmake b/cryptest.nmake
index 1c547ed3..f759b650 100644
--- a/cryptest.nmake
+++ b/cryptest.nmake
@@ -154,7 +154,7 @@ LDLIBS =
# Debug build.
# CXXFLAGS = $(CXXFLAGS) /DDEBUG /D_DEBUG /Oi /Oy- /Od /MTd
# Release build. Add /OPT:REF to linker
-CXXFLAGS = $(CXXFLAGS) /DNDEBUG /D_NDEBUG /Oi /Oy /O2 /MT
+CXXFLAGS = $(CXXFLAGS) /DNDEBUG /D_NDEBUG /Oi /Oy /O2 /MT /openmp
# Linker flags.
LDFLAGS = $(LDFLAGS) /OPT:REF