build: drop default gcc-only concept diagnostic

This commit is contained in:
Roland Conybeare 2023-10-17 00:19:13 -04:00
commit 9227ed0ecf

View file

@ -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})