summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-22 05:11:50 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-22 05:11:50 -0500
commit6d339011a84465c553ed64f79d24c3458befe678 (patch)
treee284e4e63752d94810ee1e2b08884c7b84c0c31f /cryptest.nmake
parentef1b391ce61f25ec3951e48844e09740eda4cba4 (diff)
downloadcryptopp-git-6d339011a84465c553ed64f79d24c3458befe678.tar.gz
Remove /openmp from cryptest.nmake
This has cross-pollinated twice in two days
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 f759b650..1c547ed3 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 /openmp
+CXXFLAGS = $(CXXFLAGS) /DNDEBUG /D_NDEBUG /Oi /Oy /O2 /MT
# Linker flags.
LDFLAGS = $(LDFLAGS) /OPT:REF