Skip to content

changing from Debug to Release mode

Samuel Fischer requested to merge sammyf/ollama:main into main

The package was compiled as Debug by default, modified it to Release. Compiling with LTO on resulted in compiling errors and was therefore turned off.

Merge request reports