summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mai M2022-04-05 17:17:22 -0400
committerGravatar GitHub2022-04-05 17:17:22 -0400
commit9af501b75db715f3a6aed4c9a8a577ea21433354 (patch)
tree1a956bdf22c30dbe1979b5cdecb0c77305ce79f0
parentMerge pull request #8156 from yuzu-emu/revert-8154-unneeded-read-block (diff)
parentbuild: remove -fconcepts (diff)
downloadyuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar.gz
yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar.xz
yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.zip
Merge pull request #8158 from Tachi107/patch-1
build: remove -fconcepts
-rw-r--r--src/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1bdf70b76..3ad2c0950 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -103,12 +103,6 @@ else()
103 -Wno-unused-parameter 103 -Wno-unused-parameter
104 ) 104 )
105 105
106 # TODO: Remove when we update to a GCC compiler that enables this
107 # by default (i.e. GCC 10 or newer).
108 if (CMAKE_CXX_COMPILER_ID STREQUAL GNU)
109 add_compile_options(-fconcepts)
110 endif()
111
112 if (ARCHITECTURE_x86_64) 106 if (ARCHITECTURE_x86_64)
113 add_compile_options("-mcx16") 107 add_compile_options("-mcx16")
114 endif() 108 endif()