提交 ad8c6ef9 authored 作者: dareneiri's avatar dareneiri 提交者: Frederic Bastien

More fixes to comments

上级 56829093
...@@ -1379,10 +1379,6 @@ class CLinker(link.Linker): ...@@ -1379,10 +1379,6 @@ class CLinker(link.Linker):
if c_compiler: if c_compiler:
sig.append('c_compiler_str=' + c_compiler.version_str()) sig.append('c_compiler_str=' + c_compiler.version_str())
# NOTE: config md5 is not using md5 hash, but sha256 instead. Function
# names and string instances of md5 will be updated at a later release.
# See PR#5916 for details.
# IMPORTANT: The 'md5' prefix is used to isolate the compilation # IMPORTANT: The 'md5' prefix is used to isolate the compilation
# parameters from the rest of the key. If you want to add more key # parameters from the rest of the key. If you want to add more key
# elements, they should be before this md5 hash if and only if they # elements, they should be before this md5 hash if and only if they
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论