mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	disable precompiled headers as default
This commit is contained in:
		
							parent
							
								
									8ade99d897
								
							
						
					
					
						commit
						fe132e6ef3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -88,7 +88,7 @@ option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF) | ||||||
| # Compile options | # Compile options | ||||||
| CMAKE_DEPENDENT_OPTION(COMPILE_WITH_DWARF "Add DWARF debugging information" ${IS_DEBUG_BUILD} "MINGW" OFF) | CMAKE_DEPENDENT_OPTION(COMPILE_WITH_DWARF "Add DWARF debugging information" ${IS_DEBUG_BUILD} "MINGW" OFF) | ||||||
| option(ENABLE_LTO "Enable link time optimization" ${DEFAULT_ENABLE_LTO}) | option(ENABLE_LTO "Enable link time optimization" ${DEFAULT_ENABLE_LTO}) | ||||||
| option(CITRA_USE_PRECOMPILED_HEADERS "Use precompiled headers" ON) | option(CITRA_USE_PRECOMPILED_HEADERS "Use precompiled headers" OFF) | ||||||
| option(CITRA_WARNINGS_AS_ERRORS "Enable warnings as errors" ON) | option(CITRA_WARNINGS_AS_ERRORS "Enable warnings as errors" ON) | ||||||
| 
 | 
 | ||||||
| include(CitraHandleSystemLibs) | include(CitraHandleSystemLibs) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue