mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-13 17:52:45 +00:00
commit
a1c0087b9d
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
|
|||
|
||||
project(citra)
|
||||
|
||||
SET(CXX_COMPILE_FLAGS "-std=c++11 -fpermissive")
|
||||
SET(CXX_COMPILE_FLAGS "-std=c++11")
|
||||
|
||||
# silence some spam
|
||||
add_definitions(-Wno-attributes)
|
||||
|
|
Loading…
Reference in a new issue