commit | 8790fa2088b47f70c1f76d11ca06429fadf73d0b | [log] [tgz] |
---|---|---|
author | Krzysztof Stachowiak <krzysztof.stachowiak@arm.com> | Fri Apr 08 10:08:49 2022 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Fri Apr 08 15:17:47 2022 +0100 |
tree | 3900e9adea57c09e5ec233972675912721cae19c | |
parent | de6effa6453d8f50041dce075b9f769c74119e17 [diff] |
Add ChangeLog entry Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/ChangeLog.d/static_link_common_runtime_msvc.txt b/ChangeLog.d/static_link_common_runtime_msvc.txt new file mode 100644 index 0000000..6104943 --- /dev/null +++ b/ChangeLog.d/static_link_common_runtime_msvc.txt
@@ -0,0 +1,3 @@ +Changes + * Add a CMake option that enables static linking of the runtime library + in Microsoft Visual C++ compiler. Contributed by Microplankton.