Commit bba9980
fix: link OpenMP on Linux for llama.cpp parallelism
llama.cpp uses OpenMP (GOMP_barrier, GOMP_parallel) on Linux.
Without -lgomp the linker fails with undefined references.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e90cb52 commit bba9980
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments