summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-09-07 19:01:00 -0400
committerJeffrey Walton <noloader@gmail.com>2021-09-07 19:01:00 -0400
commit93c846a705b9c77d6edc96d8691fcebebec589cc (patch)
tree4fc399520733c00a041a2fa97ec9d3c90b2280a5 /cryptest.nmake
parent8206ac81dcc75e6454afe48c697e6db863e4733d (diff)
downloadcryptopp-git-93c846a705b9c77d6edc96d8691fcebebec589cc.tar.gz
Update comments in cryptest.nmake
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 7a4da55b..1164c25f 100644
--- a/cryptest.nmake
+++ b/cryptest.nmake
@@ -40,7 +40,7 @@
# - /DDEBUG /D_DEBUG /Oi /Oy- /Od
# To test release builds, use the following CXXFLAGS:
# - /DNDEBUG /D_NDEBUG /Oi /Oy /O2
-# To test with static C++ runtime linking, use the following CXXFLAGS (default below):
+# To test with static C++ runtime linking, use the following CXXFLAGS:
# - /MT (release) or /MTd (debug)
# To test with dynamic C++ runtime linking, use the following CXXFLAGS:
# - /MD (release) or /MDd (debug)