mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Enable RTTI on Windows builds.
This commit is contained in:
		
							parent
							
								
									43bb29edc5
								
							
						
					
					
						commit
						5f567a8229
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -92,9 +92,8 @@ else() | ||||||
|     # /Zi - Output debugging information |     # /Zi - Output debugging information | ||||||
|     # /Zo - enahnced debug info for optimized builds |     # /Zo - enahnced debug info for optimized builds | ||||||
|     set(CMAKE_C_FLAGS   "/W3 /MP /Zi /Zo" CACHE STRING "" FORCE) |     set(CMAKE_C_FLAGS   "/W3 /MP /Zi /Zo" CACHE STRING "" FORCE) | ||||||
|     # /GR- - Disable RTTI |  | ||||||
|     # /EHsc - C++-only exception handling semantics |     # /EHsc - C++-only exception handling semantics | ||||||
|     set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} /GR- /EHsc" CACHE STRING "" FORCE) |     set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} /EHsc" CACHE STRING "" FORCE) | ||||||
| 
 | 
 | ||||||
|     # /MDd - Multi-threaded Debug Runtime DLL |     # /MDd - Multi-threaded Debug Runtime DLL | ||||||
|     set(CMAKE_C_FLAGS_DEBUG   "/Od /MDd" CACHE STRING "" FORCE) |     set(CMAKE_C_FLAGS_DEBUG   "/Od /MDd" CACHE STRING "" FORCE) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue