9909d0586b
* mold guarantees that outputs are reproducible, meaning that if you provide the exact same set of input files and command-line options to the same version of mold, the output is assured to be byte-for-byte identical. However, there was a bug where the --icf option caused outputs to be indeterministic, even though all possible outputs were logically correct (#1377). This issue has now been resolved. (2a78b1b) * [RISC-V] Support for obsolete GP-relative relocations has been removed. These relocations were ratified (riscv-non-isa/riscv-elf-psabi-doc@d49e480) but then removed (riscv-non-isa/riscv-elf-psabi-doc@ad02546) from the processor-specific ABI. There are no known real-world use cases for these relocations. (04066d1) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=134
14 lines
388 B
Diff
14 lines
388 B
Diff
diff --git a/third-party/blake3/c/CMakeLists.txt b/third-party/blake3/c/CMakeLists.txt
|
|
index ebcca1db..4c7508aa 100644
|
|
--- a/third-party/blake3/c/CMakeLists.txt
|
|
+++ b/third-party/blake3/c/CMakeLists.txt
|
|
@@ -111,7 +111,7 @@ endif()
|
|
mark_as_advanced(BLAKE3_SIMD_TYPE)
|
|
|
|
# library target
|
|
-add_library(blake3
|
|
+add_library(blake3 STATIC
|
|
blake3.c
|
|
blake3_dispatch.c
|
|
blake3_portable.c
|