mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-29 08:41:22 +00:00 
			
		
		
		
	cmake : disable LLAMA_NATIVE by default (#3906)
This commit is contained in:
		| @@ -44,7 +44,7 @@ endif() | |||||||
|  |  | ||||||
| # general | # general | ||||||
| option(LLAMA_STATIC                     "llama: static link libraries"                          OFF) | option(LLAMA_STATIC                     "llama: static link libraries"                          OFF) | ||||||
| option(LLAMA_NATIVE                     "llama: enable -march=native flag"                      ON) | option(LLAMA_NATIVE                     "llama: enable -march=native flag"                      OFF) | ||||||
| option(LLAMA_LTO                        "llama: enable link time optimization"                  OFF) | option(LLAMA_LTO                        "llama: enable link time optimization"                  OFF) | ||||||
|  |  | ||||||
| # debug | # debug | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 slaren
					slaren