mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Hey Parlane. Fixed it.
This commit is contained in:
@ -125,6 +125,9 @@ if(NOT MSVC)
|
||||
-Wuninitialized
|
||||
-Wshadow
|
||||
-Winit-self)
|
||||
if (NOT (${CMAKE_C_COMPILER} MATCHES "clang"))
|
||||
-Wlogical-op
|
||||
endif()
|
||||
endif(NOT MSVC)
|
||||
|
||||
# gcc uses some optimizations which might break stuff without this flag
|
||||
|
Reference in New Issue
Block a user