summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
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