mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	build: update Makefile comments for C++ version change (#10598)
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -251,7 +251,7 @@ endif | |||||||
| # Compile flags | # Compile flags | ||||||
| # | # | ||||||
|  |  | ||||||
| # keep standard at C11 and C++11 | # keep standard at C11 and C++17 | ||||||
| MK_CPPFLAGS  = -Iggml/include -Iggml/src -Iinclude -Isrc -Icommon -DGGML_USE_CPU | MK_CPPFLAGS  = -Iggml/include -Iggml/src -Iinclude -Isrc -Icommon -DGGML_USE_CPU | ||||||
| MK_CFLAGS    = -std=c11   -fPIC | MK_CFLAGS    = -std=c11   -fPIC | ||||||
| MK_CXXFLAGS  = -std=c++17 -fPIC | MK_CXXFLAGS  = -std=c++17 -fPIC | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Wang Qin
					Wang Qin