mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
* Remove -fpermissive
This commit is contained in:
parent
204c6bfeca
commit
8bfd32e854
1 changed files with 1 additions and 1 deletions
|
@ -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