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
When using 'make tests CC=clang', the following error is observed:
build/cache/test-cache.o: file not recognized: file format not recognized
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Adding $(LDFLAGS) resolves the issue, ensuring successful linking.
0 commit comments