summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-20 22:10:36 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-20 22:10:36 -0500
commitaa043b38a7930725c31a0cd7016986d1c581c573 (patch)
tree8b2c059c7e492dbd4fc5e0e49acf240247e1d792 /cryptest.nmake
parent92808945c19b0301b0594ad612174d3f41915c1b (diff)
downloadcryptopp-git-aa043b38a7930725c31a0cd7016986d1c581c573.tar.gz
Use OpenMP 2.0 for MSC compilers (GH #787)
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptest.nmake b/cryptest.nmake
index fa71635a..1c547ed3 100644
--- a/cryptest.nmake
+++ b/cryptest.nmake
@@ -155,6 +155,7 @@ LDLIBS =
# 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
+# Linker flags.
LDFLAGS = $(LDFLAGS) /OPT:REF
# Attempt to detect when <sdkddkver.h> and <winapifamily.h> are available