Merge branch 'master' into wii-usb

This commit is contained in:
Matthew Parlane
2012-12-30 21:37:45 +13:00
4 changed files with 36 additions and 8 deletions

View File

@ -102,7 +102,7 @@ if(NOT MSVC)
endif(NOT MSVC)
# gcc uses some optimizations which might break stuff without this flag
add_definitions(-fno-strict-aliasing -fno-exceptions)
add_definitions(-fno-strict-aliasing -fno-exceptions -Wno-psabi)
include(CheckCXXCompilerFlag)