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