llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Makefile: slightly cleanup for Mac Intel; replace './main -h' with echo.

Open mqy opened this issue 2 years ago • 0 comments

Just several minor cleanup.

  1. Mac (Intel) related:
    • $(UNAME_M) shows "x86-64".
    • shell sysctl -n hw.optional.arm64 outputs an error that should be ignored.
    • Add additional comment on -framework Accelerate.
  2. It's quite verbose to print help message per make, let's just echo a tip.

Build on macOS 13.2.1 (22D68), with Apple clang version 14.0.0 (clang-1400.0.29.202).

mqy avatar Mar 20 '23 17:03 mqy