mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-27 15:55:29 +03:00
Enable -Wall for compilation
This gives some useful warnings for less significant issues. Warnings for reordering are left disabled as they are rather pedantic and serve little benefit.
This commit is contained in:
parent
012be0adae
commit
7fed6ca73d
@ -119,4 +119,4 @@ add_library(skyline SHARED
|
||||
)
|
||||
|
||||
target_link_libraries(skyline vulkan android fmt tinyxml2 oboe lz4_static)
|
||||
target_compile_options(skyline PRIVATE -Wno-c++17-extensions)
|
||||
target_compile_options(skyline PRIVATE -Wno-c++17-extensions -Wall -Wno-reorder -Wno-missing-braces -Wno-unused-variable -Wno-unused-private-field)
|
||||
|
Loading…
Reference in New Issue
Block a user