Update comments in cryptest.nmake

This commit is contained in:
Jeffrey Walton 2021-09-07 19:01:00 -04:00
parent 8206ac81dc
commit 93c846a705
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -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)