mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Hey Parlane. Fixed it.
This commit is contained in:
parent
65dea7da36
commit
75f2ba14b4
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ if(NOT MSVC)
|
||||||
-Wuninitialized
|
-Wuninitialized
|
||||||
-Wshadow
|
-Wshadow
|
||||||
-Winit-self)
|
-Winit-self)
|
||||||
|
if (NOT (${CMAKE_C_COMPILER} MATCHES "clang"))
|
||||||
|
-Wlogical-op
|
||||||
|
endif()
|
||||||
endif(NOT MSVC)
|
endif(NOT MSVC)
|
||||||
|
|
||||||
# gcc uses some optimizations which might break stuff without this flag
|
# gcc uses some optimizations which might break stuff without this flag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue