mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	CMakeLists: Explicitly specify -Wall for the non-MSVC case
Ensures that -Wall is always active as a compilation flag.
This commit is contained in:
		
							parent
							
								
									bb776e25a9
								
							
						
					
					
						commit
						d4eb63999a
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -35,7 +35,10 @@ if (MSVC) | ||||||
|     set(CMAKE_EXE_LINKER_FLAGS_DEBUG   "/DEBUG /MANIFEST:NO" CACHE STRING "" FORCE) |     set(CMAKE_EXE_LINKER_FLAGS_DEBUG   "/DEBUG /MANIFEST:NO" CACHE STRING "" FORCE) | ||||||
|     set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/DEBUG /MANIFEST:NO /INCREMENTAL:NO /OPT:REF,ICF" CACHE STRING "" FORCE) |     set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/DEBUG /MANIFEST:NO /INCREMENTAL:NO /OPT:REF,ICF" CACHE STRING "" FORCE) | ||||||
| else() | else() | ||||||
|     add_compile_options("-Wno-attributes") |     add_compile_options( | ||||||
|  |         -Wall | ||||||
|  |         -Wno-attributes | ||||||
|  |     ) | ||||||
| 
 | 
 | ||||||
|     if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang) |     if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang) | ||||||
|         add_compile_options("-stdlib=libc++") |         add_compile_options("-stdlib=libc++") | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue