You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libressl-pkg.sh
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,13 @@
3
3
# Copyright (C) Viktor Szakats. See LICENSE.md
4
4
# SPDX-License-Identifier: MIT
5
5
6
-
# Caveats (as of 3.8.2):
7
-
# - ARM64 Windows builds exit with an assert and hang with asserts disabled. [FIX MERGED]
8
-
# - CMake builds override -NDEBUG and do not allow building with this option. [FIX MERGED]
6
+
# Caveats (as of 3.9.0):
7
+
# - CMake builds override -NDEBUG and do not allow building with this option. [FIX MERGED THEN LOST] https://github.com/libressl/portable/pull/988
9
8
# - ASM support only for x64.
10
-
# - ASM missing Intel CET support, resulting in linker warnings:
11
-
# ld.lld-17: warning: libressl/_x64-linux-gnu/usr/lib/libcrypto.a(cpuid-elf-x86_64.S.o): -z cet-report: file does not have GNU_PROPERTY_X86_FEATURE_1_IBT property
12
-
# ld.lld-17: warning: libressl/_x64-linux-gnu/usr/lib/libcrypto.a(cpuid-elf-x86_64.S.o): -z cet-report: file does not have GNU_PROPERTY_X86_FEATURE_1_SHSTK property
0 commit comments