build: drop default gcc-only concept diagnostic
This commit is contained in:
parent
4d2cc52658
commit
9227ed0ecf
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ add_code_coverage_all_targets(EXCLUDE /nix/store/* utest/*)
|
|||
# c++ settings
|
||||
|
||||
set(XO_PROJECT_NAME refcnt)
|
||||
set(PROJECT_CXX_FLAGS "-fconcepts-diagnostics-depth=2")
|
||||
set(PROJECT_CXX_FLAGS "")
|
||||
#set(PROJECT_CXX_FLAGS "-fconcepts-diagnostics-depth=2") # gcc-only!
|
||||
|
||||
add_definitions(${PROJECT_CXX_FLAGS})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue