Skip to content
Snippets Groups Projects
Commit a1c0087b authored by bunnei's avatar bunnei
Browse files

Merge pull request #5 from Antidote/master

* Remove -fpermissive
parents 7527f238 8bfd32e8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment