Browse Source
Merge pull request #8158 from Tachi107/patch-1
build: remove -fconcepts
pull/15/merge
Mai M
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
src/CMakeLists.txt
|
|
@ -103,12 +103,6 @@ else() |
|
|
-Wno-unused-parameter |
|
|
-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) |
|
|
if (ARCHITECTURE_x86_64) |
|
|
add_compile_options("-mcx16") |
|
|
add_compile_options("-mcx16") |
|
|
endif() |
|
|
endif() |
|
|
|