mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
CMake build: enable optimization
This commit is contained in:
parent
d9cd067f5a
commit
b5b13256b6
@ -109,6 +109,7 @@ endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
# Disable some warnings
|
||||
add_definitions(-O2)
|
||||
add_definitions(-Wno-multichar)
|
||||
add_definitions(-fno-strict-aliasing)
|
||||
if(NOT APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user