diff options
author | Mai M <mathew1800@gmail.com> | 2022-04-05 23:17:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 23:17:22 +0200 |
commit | 9af501b75db715f3a6aed4c9a8a577ea21433354 (patch) | |
tree | 1a956bdf22c30dbe1979b5cdecb0c77305ce79f0 | |
parent | Merge pull request #8156 from yuzu-emu/revert-8154-unneeded-read-block (diff) | |
parent | build: remove -fconcepts (diff) | |
download | yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar.gz yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar.bz2 yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar.lz yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar.xz yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.tar.zst yuzu-9af501b75db715f3a6aed4c9a8a577ea21433354.zip |
-rw-r--r-- | src/CMakeLists.txt | 6 |
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() -Wno-unused-parameter ) - # TODO: Remove when we update to a GCC compiler that enables this - # by default (i.e. GCC 10 or newer). - if (CMAKE_CXX_COMPILER_ID STREQUAL GNU) - add_compile_options(-fconcepts) - endif() - if (ARCHITECTURE_x86_64) add_compile_options("-mcx16") endif() |