mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	Restore old -std= flags
Getting rid of them fixed GA Ubuntu, but broke GA MacOS. Let's try a different strategy.
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -30,8 +30,8 @@ endif | ||||
| # Compile flags | ||||
| # | ||||
|  | ||||
| CFLAGS   = -I.              -O3 -DNDEBUG -fPIC | ||||
| CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -fPIC | ||||
| CFLAGS   = -I.              -O3 -DNDEBUG -std=c11   -fPIC | ||||
| CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC | ||||
| LDFLAGS  = | ||||
|  | ||||
| # OS specific | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Justine Tunney
					Justine Tunney