-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Dev Platform 2022-02-21, Dev Platform 2022-03-07
For SERVER-49230 I ended up manually disabling asm on macOS due to a couple linking issues I came across.
ld: warning: object file (build/opt/third_party/zstandard/zstd/lib/decompress/huf_decompress_amd64.dyn.o) was built for newer macOS version (10.15) than being linked (10.14)
This appears to be the same as or similar to this issue.
ld: warning: ignoring file build/opt/third_party/zstandard/zstd/lib/decompress/huf_decompress_amd64.dyn.o, building for macOS-x86_64 but attempting to link with file built for unknown-arm64
This one is specific to compiling via Rosetta 2.
- related to
-
SERVER-49230 Evaluate upgrade of ZStandard to 1.4.9+
- Closed