diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 114e39207..1c7d98347 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6) | |||
| 2 | 2 | ||
| 3 | project(citra) | 3 | project(citra) |
| 4 | 4 | ||
| 5 | SET(CXX_COMPILE_FLAGS "-std=c++11 -fpermissive") | 5 | SET(CXX_COMPILE_FLAGS "-std=c++11") |
| 6 | 6 | ||
| 7 | # silence some spam | 7 | # silence some spam |
| 8 | add_definitions(-Wno-attributes) | 8 | add_definitions(-Wno-attributes) |