Przemysław Pawełczyk 85ed71aaec
talk-llama : fix build on macOS (#1062)
* talk-llama : use posix_madvise() instead of madvise() derived from BSD

sed -i 's,\<madvise\>,posix_&,g;s,\<MADV_,POSIX_&,g' examples/talk-llama/llama-util.h

* make : enable Darwin extensions for macOS builds

This is an attempt at fixing macOS build error coming from the fact that
RLIMIT_MEMLOCK define is not available there without Darwin extensions.
2023-06-28 22:34:50 +03:00
..
2023-06-25 14:30:44 +03:00
2023-06-25 14:30:44 +03:00
2023-06-25 14:30:44 +03:00
2023-06-25 14:30:44 +03:00
2023-02-18 09:42:31 +02:00