Loading
koboldcpp: remove march, mtune and mtune
After going over a detailed conversation with @SomeoneSerge about `cc-warpper`, `march` `mtune` and `mcpu`, I've come to the conclusion that it is unnecessary to have those flags as ad hoc options. Instead, it's best for users to "merge" their own `env` on top of the current one Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1674917673 Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1676059901 Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1676556732 Refs: https://github.com/NixOS/nixpkgs/pull/325540#discussion_r1676560445 Co-authored-by:SomeoneSerge <sergei.kozlukov@aalto.fi>