mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-03 22:04:15 +00:00 
			
		
		
		
	Added symbols and optimization
This commit is contained in:
		
							parent
							
								
									8f16ea0392
								
							
						
					
					
						commit
						05f2147de2
					
				@ -67,5 +67,10 @@ project "GLFW"
 | 
				
			|||||||
			"_CRT_SECURE_NO_WARNINGS"
 | 
								"_CRT_SECURE_NO_WARNINGS"
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	filter { "system:windows", "configurations:Release" }
 | 
						filter "configurations:Debug"
 | 
				
			||||||
		buildoptions "/MT"
 | 
							runtime "Debug"
 | 
				
			||||||
 | 
							symbols "on"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						filter "configurations:Release"
 | 
				
			||||||
 | 
							runtime "Release"
 | 
				
			||||||
 | 
							optimize "on"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user